Searched refs:METHOD_IS_EMPTY (Results 1 – 3 of 3) sorted by relevance
224 if (methodStats->attributes & METHOD_IS_EMPTY) { in tryInlineSingletonCallsite()270 if (methodStats->attributes & METHOD_IS_EMPTY) { in tryInlineVirtualCallsite()
227 #define METHOD_IS_EMPTY (1 << kIsEmpty) macro
246 attributes |= METHOD_IS_EMPTY; in analyzeInlineTarget()354 (attributes & METHOD_IS_EMPTY) ? " empty" : ""); in dvmCompilerAnalyzeMethodBody()