Searched refs:VRegA_21t (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Ddex_instruction.h294 uint8_t VRegA_21t() const { function in class:art::Instruction
295 return VRegA_21t(Fetch16(0));
352 uint8_t VRegA_21t(uint16_t inst_data) const;
H A Ddex_instruction-inl.h70 case k21t: return VRegA_21t();
138 inline uint8_t Instruction::VRegA_21t(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc177 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break;
/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc827 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) {
840 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) {
853 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) {
866 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) {
879 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) {
892 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) {
/art/runtime/verifier/
H A Dmethod_verifier.cc2628 const RegType& reg_type = work_line_->GetRegisterType(this, inst->VRegA_21t());
2666 (inst->VRegA_21t() == instance_of_inst->VRegA_22c()) &&
2748 const RegType& reg_type = work_line_->GetRegisterType(this, inst->VRegA_21t());

Completed in 949 milliseconds