Home
last modified time | relevance | path

Searched refs:attributes_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dmir_graph.h880 return attributes_ & METHOD_IS_LEAF; in MethodIsLeaf()
1187 unsigned int attributes_; variable
Dssa_transformation.cc219 attributes_ |= METHOD_HAS_LOOP; in ComputeDomPostOrderTraversal()
Dmir_dataflow.cc1091 attributes_ &= ~METHOD_IS_LEAF; in DoSSAConversion()
Dmir_graph.cc114 attributes_(METHOD_IS_LEAF), // Start with leaf assumption, change on encountering invoke. in MIRGraph()