Searched refs:VRegA_32x (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 79 case k32x: return VRegA_32x(); in VRegA() 189 inline uint16_t Instruction::VRegA_32x() const { in VRegA_32x() function
|
D | dex_instruction.cc | 279 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
|
D | dex_instruction.h | 296 uint16_t VRegA_32x() const;
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 180 shadow_frame.SetVReg(inst->VRegA_32x(), in ExecuteGotoImpl() 198 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteGotoImpl() 216 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 107 shadow_frame.SetVReg(inst->VRegA_32x(), in ExecuteSwitchImpl() 125 shadow_frame.SetVRegLong(inst->VRegA_32x(), in ExecuteSwitchImpl() 143 shadow_frame.SetVRegReference(inst->VRegA_32x(), in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1498 work_line_->CopyRegister1(inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 1507 work_line_->CopyRegister2(inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction() 1516 work_line_->CopyRegister1(inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 2026 if (move_inst->VRegA_32x() == instance_of_inst->VRegB_22c()) { in CodeFlowVerifyInstruction()
|
/art/compiler/dex/ |
D | mir_graph.cc | 377 dest = check_insn->VRegA_32x(); in IsBadMonitorExitCatch()
|