HomeSort by relevance Sort by last modified time
    Searched refs:METHOD_IS_LEAF (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/
Compiler.h 148 #define METHOD_IS_LEAF (1 << kIsLeaf)
InlineTransformation.cpp 364 if ((methodStats->attributes & METHOD_IS_LEAF) &&
409 if ((methodStats->attributes & METHOD_IS_LEAF) &&
Frontend.cpp 218 attributes &= ~METHOD_IS_LEAF;
322 attributes = METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE |
364 if (attributes & METHOD_IS_LEAF) {
374 (METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE)) {
    [all...]

Completed in 42 milliseconds