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

  /art/compiler/dex/
mir_graph.h 351 // 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
    [all...]
mir_analysis.cc     [all...]
mir_optimization_test.cc 253 cu_.mir_graph->method_lowering_infos_.clear();
254 cu_.mir_graph->method_lowering_infos_.reserve(count);
272 cu_.mir_graph->method_lowering_infos_.push_back(method_info);
303 ASSERT_LT(def->field_or_method_info, cu_.mir_graph->method_lowering_infos_.size());
    [all...]
type_inference_test.cc 289 cu_.mir_graph->method_lowering_infos_.clear();
290 cu_.mir_graph->method_lowering_infos_.reserve(ifield_count_);
298 cu_.mir_graph->method_lowering_infos_.push_back(method_info);
410 ASSERT_LT(def->metadata, cu_.mir_graph->method_lowering_infos_.size());
    [all...]
mir_optimization.cc     [all...]
mir_graph.cc 138 method_lowering_infos_(arena->Adapter(kArenaAllocLoweringInfo)),
    [all...]

Completed in 49 milliseconds