Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h265 uint8_t VRegA_21t() const { in VRegA_21t() function
266 return VRegA_21t(Fetch16(0)); in VRegA_21t()
317 uint8_t VRegA_21t(uint16_t inst_data) const;
Ddex_instruction-inl.h68 case k21t: return VRegA_21t(); in VRegA()
134 inline uint8_t Instruction::VRegA_21t(uint16_t inst_data) const { in VRegA_21t() function
Ddex_instruction.cc147 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break; in DumpString()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc868 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) { in ExecuteGotoImpl()
884 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) { in ExecuteGotoImpl()
900 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) { in ExecuteGotoImpl()
916 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) { in ExecuteGotoImpl()
932 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) { in ExecuteGotoImpl()
948 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc772 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) { in ExecuteSwitchImpl()
787 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) { in ExecuteSwitchImpl()
802 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) { in ExecuteSwitchImpl()
817 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) { in ExecuteSwitchImpl()
832 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) { in ExecuteSwitchImpl()
847 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1941 RegType& reg_type = work_line_->GetRegisterType(inst->VRegA_21t()); in CodeFlowVerifyInstruction()
1975 (inst->VRegA_21t() == instance_of_inst->VRegA_22c()) && in CodeFlowVerifyInstruction()
2043 RegType& reg_type = work_line_->GetRegisterType(inst->VRegA_21t()); in CodeFlowVerifyInstruction()