Searched refs:method_lowering_infos_ (Results 1 – 4 of 4) sorted by relevance
1283 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()
675 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
1235 method_lowering_infos_.Size() == 0u) { in InlineSpecialMethodsGate()1251 temp_bit_vector_size_ = method_lowering_infos_.Size(); in InlineSpecialMethodsStart()
126 method_lowering_infos_(arena, 0u), in MIRGraph()