Searched refs:MaybeCompileMethod (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jit/ |
D | jit-inl.h | 50 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()
|
D | jit.h | 479 bool MaybeCompileMethod(Thread* self,
|
D | jit.cc | 1492 bool Jit::MaybeCompileMethod(Thread* self, in MaybeCompileMethod() function in art::jit::Jit
|