Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc1283 DCHECK_EQ(method_lowering_infos_.Size(), 0u); in DoCacheMethodLoweringInfo()
1285 method_lowering_infos_.Resize(count); in DoCacheMethodLoweringInfo()
1293 method_lowering_infos_.Insert(method_info); in DoCacheMethodLoweringInfo()
1296 method_lowering_infos_.GetRawStorage(), count); in DoCacheMethodLoweringInfo()
Dmir_graph.h675 DCHECK_LT(mir->meta.method_lowering_info, method_lowering_infos_.Size()); in GetMethodLoweringInfo()
676 return method_lowering_infos_.GetRawStorage()[mir->meta.method_lowering_info]; in GetMethodLoweringInfo()
1200 GrowableArray<MirMethodLoweringInfo> method_lowering_infos_; variable
Dmir_optimization.cc1235 method_lowering_infos_.Size() == 0u) { in InlineSpecialMethodsGate()
1251 temp_bit_vector_size_ = method_lowering_infos_.Size(); in InlineSpecialMethodsStart()
Dmir_graph.cc126 method_lowering_infos_(arena, 0u), in MIRGraph()