Searched refs:VRegA_31t (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Ddex_instruction.h291 uint8_t VRegA_31t() const { function in class:art::Instruction
292 return VRegA_31t(Fetch16(0));
324 uint8_t VRegA_31t(uint16_t inst_data) const;
H A Ddex_instruction-inl.h78 case k31t: return VRegA_31t();
184 inline uint8_t Instruction::VRegA_31t(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc309 case k31t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_31t(), VRegB_31t()); break;
/art/runtime/interpreter/
H A Dinterpreter_common.h295 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data));
323 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data));
H A Dinterpreter_goto_table_impl.cc574 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
H A Dinterpreter_switch_impl.cc482 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_31t(inst_data));
/art/compiler/optimizing/
H A Dbuilder.cc1106 HInstruction* array = LoadLocal(instruction.VRegA_31t(), Primitive::kPrimNot);
/art/runtime/verifier/
H A Dmethod_verifier.cc2074 work_line_->VerifyRegisterType(this, inst->VRegA_31t(), reg_types_.Integer());
2079 const RegType& array_type = work_line_->GetRegisterType(this, inst->VRegA_31t());

Completed in 143 milliseconds