Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DInlineTransformation.cpp238 if (methodStats->attributes & METHOD_IS_EMPTY) { in tryInlineSingletonCallsite()
286 if (methodStats->attributes & METHOD_IS_EMPTY) { in tryInlineVirtualCallsite()
DCompiler.h156 #define METHOD_IS_EMPTY (1 << kIsEmpty) macro
DFrontend.cpp251 attributes |= METHOD_IS_EMPTY; in analyzeInlineTarget()
361 (attributes & METHOD_IS_EMPTY) ? " empty" : ""); in dvmCompilerAnalyzeMethodBody()