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

/dalvik/vm/compiler/
H A DCompiler.h151 #define METHOD_IS_GETTER (1 << kIsGetter) macro
H A DInlineTransformation.cpp249 if (methodStats->attributes & METHOD_IS_GETTER) {
291 if (methodStats->attributes & METHOD_IS_GETTER) {
H A DFrontend.cpp224 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");

Completed in 40 milliseconds