Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dcall_x86.cc86 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); in GenLargePackedSwitch()
160 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); in GenFillArrayData()
Dutility_x86.cc579 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); in LoadConstantWide()
Dtarget_x86.cc1811 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); in AppendOpcodeWithConst()
Dint_x86.cc1077 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low); in OpPcRelLoad()
/art/compiler/dex/
Dmir_graph.h883 RegLocation GetRegLocation(int index) { in GetRegLocation() function