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

/dalvik/vm/compiler/
H A DCompiler.h149 #define METHOD_IS_EMPTY (1 << kIsEmpty) macro
H A DInlineTransformation.cpp238 if (methodStats->attributes & METHOD_IS_EMPTY) {
286 if (methodStats->attributes & METHOD_IS_EMPTY) {
H A DFrontend.cpp251 attributes |= METHOD_IS_EMPTY;
361 (attributes & METHOD_IS_EMPTY) ? " empty" : "");

Completed in 20 milliseconds