Searched refs:VRegB_22x (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 253 case k22x: return VRegB_22x(); in VRegB() 322 inline uint16_t Instruction::VRegB_22x() const { in VRegB_22x() function
|
D | dex_instruction.cc | 164 case k22x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_22x(), VRegB_22x()); break; in DumpString()
|
D | dex_instruction.h | 356 uint16_t VRegB_22x() const;
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 187 shadow_frame.GetVReg(inst->VRegB_22x())); in ExecuteGotoImpl() 205 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteGotoImpl() 223 shadow_frame.GetVRegReference(inst->VRegB_22x())); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 99 shadow_frame.GetVReg(inst->VRegB_22x())); in ExecuteSwitchImpl() 117 shadow_frame.GetVRegLong(inst->VRegB_22x())); in ExecuteSwitchImpl() 135 shadow_frame.GetVRegReference(inst->VRegB_22x())); in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1679 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 1688 work_line_->CopyRegister2(this, inst->VRegA_22x(), inst->VRegB_22x()); in CodeFlowVerifyInstruction() 1697 work_line_->CopyRegister1(this, inst->VRegA_22x(), inst->VRegB_22x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 2232 update_line->SetRegisterType(this, move_inst->VRegB_22x(), cast_type); in CodeFlowVerifyInstruction()
|