OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:METHOD_IS_EMPTY
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/
Compiler.h
149
#define
METHOD_IS_EMPTY
(1 << kIsEmpty)
InlineTransformation.cpp
238
if (methodStats->attributes &
METHOD_IS_EMPTY
) {
286
if (methodStats->attributes &
METHOD_IS_EMPTY
) {
Frontend.cpp
256
attributes |=
METHOD_IS_EMPTY
;
366
(attributes &
METHOD_IS_EMPTY
) ? " empty" : "");
[
all
...]
Completed in 19 milliseconds