Home
last modified time | relevance | path

Searched refs:VRegA_32x (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddex_instruction-inl.h79 case k32x: return VRegA_32x(); in VRegA()
189 inline uint16_t Instruction::VRegA_32x() const { in VRegA_32x() function
Ddex_instruction.cc352 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
Ddex_instruction.h310 uint16_t VRegA_32x() const;
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc220 shadow_frame.SetVReg(inst->VRegA_32x(), in ExecuteGotoImpl()
238 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteGotoImpl()
256 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc146 shadow_frame.SetVReg(inst->VRegA_32x(), in ExecuteSwitchImpl()
164 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImpl()
182 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2048 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2057 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction()
2066 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef); in CodeFlowVerifyInstruction()
2668 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()