Home
last modified time | relevance | path

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

/art/runtime/jit/
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()
Djit.h479 bool MaybeCompileMethod(Thread* self,
Djit.cc1492 bool Jit::MaybeCompileMethod(Thread* self, in MaybeCompileMethod() function in art::jit::Jit