Searched refs:VRegA_21s (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 317 uint8_t VRegA_21s() const { in VRegA_21s() function 318 return VRegA_21s(Fetch16(0)); in VRegA_21s() 377 uint8_t VRegA_21s(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 69 case k21s: return VRegA_21s(); in VRegA() 133 inline uint8_t Instruction::VRegA_21s(uint16_t inst_data) const { in VRegA_21s() function
|
D | dex_instruction.cc | 187 case k21s: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_21s(), VRegB_21s()); break; in DumpString()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 643 uint8_t dst = inst->VRegA_21s(inst_data); in CONST_16() 673 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in CONST_WIDE_16()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2253 this, inst->VRegA_21s(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2273 work_line_->SetRegisterTypeWide(this, inst->VRegA_21s(), lo, hi); in CodeFlowVerifyInstruction()
|