Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h37 bool with_backedges) { in AddSamples() argument
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()
Djit.h312 bool with_backedges)
473 bool with_backedges)
Djit.cc1509 bool with_backedges) { in MaybeCompileMethod() argument
1513 if (UNLIKELY(method->IsPreCompiled()) && !with_backedges /* don't check for OSR */) { in MaybeCompileMethod()
1579 if (!with_backedges) { in MaybeCompileMethod()