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

  /art/compiler/dex/
mir_graph.h 177 #define METHOD_IS_LEAF (1 << kIsLeaf)
880 return attributes_ & METHOD_IS_LEAF;
    [all...]
mir_dataflow.cc 1091 attributes_ &= ~METHOD_IS_LEAF;
    [all...]
mir_graph.cc 114 attributes_(METHOD_IS_LEAF), // Start with leaf assumption, change on encountering invoke.
    [all...]

Completed in 41 milliseconds