Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.cc434 rl_dest = mir_graph_->GetDest(mir); in CompileDalvikInstruction()
1068 RegLocation rl_dest = mir_graph_->GetDest(mir); in HandleExtendedMethodMIR()
/art/compiler/dex/
Dmir_graph.h781 RegLocation GetDest(MIR* mir) { in GetDest() function
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2145 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenAddReduceVector()
2237 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenReduceVector()
Dint_x86.cc273 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenSelect()
/art/compiler/dex/quick/arm/
Dint_arm.cc233 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenSelect()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc189 RegLocation rl_dest = mir_graph_->GetDest(mir); in GenSelect()
/art/compiler/dex/portable/
Dmir_to_gbc.cc756 rl_dest = mir_graph_->GetDest(mir); in ConvertMIRNode()