Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h51 if (!MaybeCompileMethod(self, method, old_count, new_count, with_backedges)) { in AddSamples()
57 if (!MaybeCompileMethod(self, method, old_batch, new_batch, with_backedges)) { in AddSamples()
Djit.h329 bool MaybeCompileMethod(Thread* self,
Djit.cc839 bool Jit::MaybeCompileMethod(Thread* self, in MaybeCompileMethod() function in art::jit::Jit