Searched refs:method_lowering_infos_ (Results 1 – 6 of 6) sorted by relevance
1409 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()
733 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
253 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()
289 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()
1490 method_lowering_infos_.size() == 0u) { in InlineSpecialMethodsGate()1506 temp_.smi.num_indexes = method_lowering_infos_.size(); in InlineSpecialMethodsStart()
138 method_lowering_infos_(arena->Adapter(kArenaAllocLoweringInfo)), in MIRGraph()