Searched refs:METHOD_IS_EMPTY (Results 1 – 3 of 3) sorted by relevance
238 if (methodStats->attributes & METHOD_IS_EMPTY) { in tryInlineSingletonCallsite()286 if (methodStats->attributes & METHOD_IS_EMPTY) { in tryInlineVirtualCallsite()
156 #define METHOD_IS_EMPTY (1 << kIsEmpty) macro
251 attributes |= METHOD_IS_EMPTY; in analyzeInlineTarget()361 (attributes & METHOD_IS_EMPTY) ? " empty" : ""); in dvmCompilerAnalyzeMethodBody()