HomeSort by relevance Sort by last modified time
    Searched refs:METHOD_IS_EMPTY (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/
Compiler.h 149 #define METHOD_IS_EMPTY (1 << kIsEmpty)
InlineTransformation.cpp 238 if (methodStats->attributes & METHOD_IS_EMPTY) {
286 if (methodStats->attributes & METHOD_IS_EMPTY) {
Frontend.cpp 251 attributes |= METHOD_IS_EMPTY;
361 (attributes & METHOD_IS_EMPTY) ? " empty" : "");
    [all...]

Completed in 35 milliseconds