Home
last modified time | relevance | path

Searched defs:v_reg (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/arm/
Dtarget_arm.cc628 void ArmMir2Lir::MarkPreservedSingle(int v_reg, RegStorage reg) { in MarkPreservedSingle()
643 void ArmMir2Lir::MarkPreservedDouble(int v_reg, RegStorage reg) { in MarkPreservedDouble()
761 int v_reg = mir_graph_->SRegToVReg(s_reg); in AllocPreservedDouble() local
816 int v_reg = mir_graph_->SRegToVReg(s_reg); in AllocPreservedSingle() local
/art/compiler/dex/quick/
Dralloc_util.cc254 int v_reg = mir_graph_->SRegToVReg(s_reg); in SRegToPMap() local
274 int v_reg = mir_graph_->SRegToVReg(s_reg); in RecordCorePromotion() local
308 int v_reg = mir_graph_->SRegToVReg(s_reg); in RecordFpPromotion() local
761 int v_reg = mir_graph_->SRegToVReg(info1->SReg()); in FlushRegWide() local
769 int v_reg = mir_graph_->SRegToVReg(info->SReg()); in FlushRegWide() local
781 int v_reg = mir_graph_->SRegToVReg(info->SReg()); in FlushReg() local
1355 int Mir2Lir::VRegOffset(int v_reg) { in VRegOffset()
/art/compiler/dex/
Dmir_dataflow.cc986 int MIRGraph::AddNewSReg(int v_reg) { in AddNewSReg()
Dssa_transformation.cc554 int v_reg = SRegToVReg(ssa_reg); in InsertPhiNodeOperands() local
Dmir_graph.h211 int32_t v_reg; // Virtual register number for temporary. member
/art/compiler/dex/portable/
Dmir_to_gbc.cc74 int v_reg = mir_graph_->SRegToVReg(s_reg); in SetVregOnValue() local