OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:METHOD_IS_SETTER
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/
InlineTransformation.c
238
} else if (methodStats->attributes &
METHOD_IS_SETTER
) {
278
} else if (methodStats->attributes &
METHOD_IS_SETTER
) {
Frontend.c
223
attributes &= ~
METHOD_IS_SETTER
;
237
attributes &= ~
METHOD_IS_SETTER
;
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
)) {
[
all
...]
Compiler.h
230
#define
METHOD_IS_SETTER
(1 << kIsSetter)
Completed in 42 milliseconds