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.cpp
252
} else if (methodStats->attributes &
METHOD_IS_SETTER
) {
294
} else if (methodStats->attributes &
METHOD_IS_SETTER
) {
Compiler.h
159
#define
METHOD_IS_SETTER
(1 << kIsSetter)
Frontend.cpp
228
attributes &= ~
METHOD_IS_SETTER
;
242
attributes &= ~
METHOD_IS_SETTER
;
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
)) {
[
all
...]
Completed in 603 milliseconds