Searched refs:GetMethodLoc (Results 1 – 5 of 5) sorted by relevance
345 LoadValueDirectWideFixed(mir_graph_->GetMethodLoc(), r_tgt); in LoadCurrMethodDirect()347 LoadValueDirectFixed(mir_graph_->GetMethodLoc(), r_tgt); in LoadCurrMethodDirect()355 RegLocation rl_method = mir_graph_->GetMethodLoc(); in LoadCurrMethodWithHint()367 LoadValueWide(mir_graph_->GetMethodLoc(), kCoreReg) : in LoadCurrMethod()368 LoadValue(mir_graph_->GetMethodLoc(), kRefReg); in LoadCurrMethod()
1238 DCHECK(mir_graph_->GetMethodLoc().wide); in MethodBlockCodeGen()1240 GenEntrySequence(&mir_graph_->reg_location_[start_vreg], mir_graph_->GetMethodLoc()); in MethodBlockCodeGen()
1266 core_counts[SRegToPMap(mir_graph_->GetMethodLoc().s_reg_low)].count += weight; in AnalyzeMIR()1310 DCHECK_EQ(core_counts[SRegToPMap(mir_graph_->GetMethodLoc().s_reg_low)].count, 0); in CountRefs()
1023 RegLocation GetMethodLoc() { in GetMethodLoc() function
3035 RegLocation rl_method = mir_graph_->GetMethodLoc(); in GenInstanceofFinal()