Home
last modified time | relevance | path

Searched refs:MaybeCompileMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit-inl.h50 if (!MaybeCompileMethod(self, method, old_count, new_count, with_backedges)) { in AddSamples()
55 if (!MaybeCompileMethod(self, method, old_batch, new_batch, with_backedges)) { in AddSamples()
H A Djit.h479 bool MaybeCompileMethod(Thread* self,
H A Djit.cc1493 bool Jit::MaybeCompileMethod(Thread* self, in MaybeCompileMethod() function in art::jit::Jit