Home
last modified time | relevance | path

Searched refs:VRegA_31i (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Ddex_instruction.cc175 case k31i: return VRegA_31i(); in VRegA()
531 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break; in DumpString()
Ddex_instruction-inl.h117 inline uint8_t Instruction::VRegA_31i() const { in VRegA_31i() function
Ddex_instruction.h238 uint8_t VRegA_31i() const;
/art/runtime/verifier/
Dmethod_verifier.cc1609 work_line_->SetRegisterType(inst->VRegA_31i(), in CodeFlowVerifyInstruction()
1628 work_line_->SetRegisterTypeWide(inst->VRegA_31i(), lo, hi); in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter.cc1313 uint8_t dst = inst->VRegA_31i(); in ExecuteImpl()
1340 shadow_frame.SetVRegLong(inst->VRegA_31i(), inst->VRegB_31i()); in ExecuteImpl()