Searched defs:method_lowering_infos_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.h351 // INVOKE data index, points to MIRGraph::method_lowering_infos_. Also used for inlined
733 DCHECK_LT(lowering_info, method_lowering_infos_.size());
734 return method_lowering_infos_[lowering_info];
738 return method_lowering_infos_.size();
1462 ArenaVector<MirMethodLoweringInfo> method_lowering_infos_; member in class:art::MIRGraph

Completed in 22 milliseconds