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

  /dalvik/vm/compiler/
InlineTransformation.c 224 if (methodStats->attributes & METHOD_IS_EMPTY) {
270 if (methodStats->attributes & METHOD_IS_EMPTY) {
Compiler.h 227 #define METHOD_IS_EMPTY (1 << kIsEmpty)
Frontend.c 246 attributes |= METHOD_IS_EMPTY;
354 (attributes & METHOD_IS_EMPTY) ? " empty" : "");
    [all...]

Completed in 29 milliseconds