Home
last modified time | relevance | path

Searched refs:method_lowering_infos_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/
Dmir_analysis.cc1409 method_lowering_infos_.reserve(count); in DoCacheMethodLoweringInfo()
1422 method_lowering_infos_.push_back(method_info); in DoCacheMethodLoweringInfo()
1425 method_lowering_infos_.data(), count); in DoCacheMethodLoweringInfo()
Dmir_graph.h733 DCHECK_LT(lowering_info, method_lowering_infos_.size()); in GetMethodLoweringInfo()
734 return method_lowering_infos_[lowering_info]; in GetMethodLoweringInfo()
738 return method_lowering_infos_.size(); in GetMethodLoweringInfoCount()
1462 ArenaVector<MirMethodLoweringInfo> method_lowering_infos_; variable
Dmir_optimization_test.cc253 cu_.mir_graph->method_lowering_infos_.clear(); in DoPrepareMethods()
254 cu_.mir_graph->method_lowering_infos_.reserve(count); in DoPrepareMethods()
272 cu_.mir_graph->method_lowering_infos_.push_back(method_info); in DoPrepareMethods()
303 ASSERT_LT(def->field_or_method_info, cu_.mir_graph->method_lowering_infos_.size()); in DoPrepareMIRs()
Dtype_inference_test.cc289 cu_.mir_graph->method_lowering_infos_.clear(); in BuildDexFile()
290 cu_.mir_graph->method_lowering_infos_.reserve(ifield_count_); in BuildDexFile()
298 cu_.mir_graph->method_lowering_infos_.push_back(method_info); in BuildDexFile()
410 ASSERT_LT(def->metadata, cu_.mir_graph->method_lowering_infos_.size()); in DoPrepareMIRs()
Dmir_optimization.cc1490 method_lowering_infos_.size() == 0u) { in InlineSpecialMethodsGate()
1506 temp_.smi.num_indexes = method_lowering_infos_.size(); in InlineSpecialMethodsStart()
Dmir_graph.cc138 method_lowering_infos_(arena->Adapter(kArenaAllocLoweringInfo)), in MIRGraph()