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

  /dalvik/vm/compiler/
InlineTransformation.cpp 364 if ((methodStats->attributes & METHOD_IS_LEAF) &&
409 if ((methodStats->attributes & METHOD_IS_LEAF) &&
Compiler.h 155 #define METHOD_IS_LEAF (1 << kIsLeaf)
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...]
  /art/compiler/dex/
mir_graph.h 158 #define METHOD_IS_LEAF (1 << kIsLeaf)
544 return attributes_ & METHOD_IS_LEAF;
mir_dataflow.cc 1005 attributes_ &= ~METHOD_IS_LEAF;
    [all...]
mir_graph.cc 108 attributes_(METHOD_IS_LEAF), // Start with leaf assumption, change on encountering invoke.
    [all...]

Completed in 87 milliseconds