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

  /dalvik/vm/compiler/
Compiler.h 151 #define METHOD_IS_GETTER (1 << kIsGetter)
InlineTransformation.cpp 249 if (methodStats->attributes & METHOD_IS_GETTER) {
291 if (methodStats->attributes & METHOD_IS_GETTER) {
Frontend.cpp 224 attributes &= ~METHOD_IS_GETTER;
239 attributes &= ~METHOD_IS_GETTER;
260 attributes &= ~(METHOD_IS_GETTER | METHOD_IS_SETTER);
323 METHOD_IS_GETTER | METHOD_IS_SETTER;
349 if ((attributes & (METHOD_IS_GETTER | METHOD_IS_SETTER)) &&
351 attributes &= ~(METHOD_IS_GETTER | METHOD_IS_SETTER);
369 if (attributes & (METHOD_IS_GETTER | METHOD_IS_SETTER)) {
371 attributes & METHOD_IS_GETTER ? "getter": "setter");
    [all...]

Completed in 69 milliseconds