Home
last modified time | relevance | path

Searched refs:GetMethodLoc (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc345 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()
Dmir_to_lir.cc1238 DCHECK(mir_graph_->GetMethodLoc().wide); in MethodBlockCodeGen()
1240 GenEntrySequence(&mir_graph_->reg_location_[start_vreg], mir_graph_->GetMethodLoc()); in MethodBlockCodeGen()
Dralloc_util.cc1266 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()
/art/compiler/dex/
Dmir_graph.h1023 RegLocation GetMethodLoc() { in GetMethodLoc() function
/art/compiler/dex/quick/x86/
Dint_x86.cc3035 RegLocation rl_method = mir_graph_->GetMethodLoc(); in GenInstanceofFinal()