Home
last modified time | relevance | path

Searched refs:hasInvoke (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/
DCompilerIR.h221 bool hasInvoke; // Contains an invoke instruction member
DFrontend.cpp1863 cUnit.hasInvoke = true; in dvmCompileTrace()
2048 if (cUnit.hasInvoke && !(gDvmJit.disableOpt & (1 << kMethodInlining))) { in dvmCompileTrace()