Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DInlineTransformation.cpp350 if ((methodStats->attributes & METHOD_IS_LEAF) && in dvmCompilerInlineMIR()
395 if ((methodStats->attributes & METHOD_IS_LEAF) && in dvmCompilerInlineMIR()
DCompiler.h148 #define METHOD_IS_LEAF (1 << kIsLeaf) macro
DFrontend.cpp223 attributes &= ~METHOD_IS_LEAF; in analyzeInlineTarget()
327 attributes = METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE | in dvmCompilerAnalyzeMethodBody()
369 if (attributes & METHOD_IS_LEAF) { in dvmCompilerAnalyzeMethodBody()
379 (METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE)) { in dvmCompilerAnalyzeMethodBody()