Home
last modified time | relevance | path

Searched refs:METHOD_IS_LEAF (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.h149 #define METHOD_IS_LEAF (1 << kIsLeaf) macro
1015 return attributes_ & METHOD_IS_LEAF; in MethodIsLeaf()
Dmir_dataflow.cc1224 attributes_ &= ~METHOD_IS_LEAF; in DoSSAConversion()
Dmir_graph.cc125 attributes_(METHOD_IS_LEAF), // Start with leaf assumption, change on encountering invoke. in MIRGraph()