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

  /dalvik/vm/compiler/
Frontend.c 219 attributes &= ~METHOD_IS_GETTER;
234 attributes &= ~METHOD_IS_GETTER;
255 attributes &= ~(METHOD_IS_GETTER | METHOD_IS_SETTER);
316 METHOD_IS_GETTER | METHOD_IS_SETTER;
342 if ((attributes & (METHOD_IS_GETTER | METHOD_IS_SETTER)) &&
344 attributes &= ~(METHOD_IS_GETTER | METHOD_IS_SETTER);
362 if (attributes & (METHOD_IS_GETTER | METHOD_IS_SETTER)) {
364 attributes & METHOD_IS_GETTER ? "getter": "setter");
    [all...]
InlineTransformation.c 235 if (methodStats->attributes & METHOD_IS_GETTER) {
275 if (methodStats->attributes & METHOD_IS_GETTER) {
Compiler.h 229 #define METHOD_IS_GETTER (1 << kIsGetter)

Completed in 320 milliseconds