Home
last modified time | relevance | path

Searched refs:GetDest (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/quick/arm/
Dtarget_arm.cc998 rl_dest = mir_graph_->GetDest(mir); in GenMachineSpecificExtendedMethodMIR()
1005 rl_dest = mir_graph_->GetDest(mir); in GenMachineSpecificExtendedMethodMIR()
Dint_arm.cc246 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenSelect()
/art/compiler/dex/quick/
Dmir_to_lir.cc521 rl_dest = mir_graph_->GetDest(mir); in CompileDalvikInstruction()
1140 RegLocation rl_dest = mir_graph_->GetDest(mir); in HandleExtendedMethodMIR()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc895 rl_dest = mir_graph_->GetDest(mir); in GenMachineSpecificExtendedMethodMIR()
Dint_arm64.cc198 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenSelect()
/art/compiler/dex/
Dmir_graph.h885 RegLocation GetDest(MIR* mir) { in GetDest() function
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1998 rl_dest = mir_graph_->GetDest(mir); in GenAddReduceVector()
2135 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenReduceVector()
Dint_x86.cc277 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenSelect()