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/
Compiler.h
152
#define
METHOD_IS_SETTER
(1 << kIsSetter)
InlineTransformation.cpp
252
} else if (methodStats->attributes &
METHOD_IS_SETTER
) {
294
} else if (methodStats->attributes &
METHOD_IS_SETTER
) {
Frontend.cpp
233
attributes &= ~
METHOD_IS_SETTER
;
247
attributes &= ~
METHOD_IS_SETTER
;
265
attributes &= ~(METHOD_IS_GETTER |
METHOD_IS_SETTER
);
328
METHOD_IS_GETTER |
METHOD_IS_SETTER
;
354
if ((attributes & (METHOD_IS_GETTER |
METHOD_IS_SETTER
)) &&
356
attributes &= ~(METHOD_IS_GETTER |
METHOD_IS_SETTER
);
374
if (attributes & (METHOD_IS_GETTER |
METHOD_IS_SETTER
)) {
[
all
...]
Completed in 162 milliseconds