Searched refs:VRegA_21h (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 314 uint8_t VRegA_21h() const { in VRegA_21h() function 315 return VRegA_21h(Fetch16(0)); in VRegA_21h() 376 uint8_t VRegA_21h(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 68 case k21h: return VRegA_21h(); in VRegA() 128 inline uint8_t Instruction::VRegA_21h(uint16_t inst_data) const { in VRegA_21h() function
|
D | dex_instruction.cc | 192 os << StringPrintf("%s v%d, #int %+d // 0x%x", opcode, VRegA_21h(), value, value); in DumpString() 195 os << StringPrintf("%s v%d, #long %+" PRId64 " // 0x%" PRIx64, opcode, VRegA_21h(), in DumpString()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 479 uint8_t dst = inst->VRegA_21h(inst_data); in ExecuteSwitchImplCpp() 505 shadow_frame.SetVRegLong(inst->VRegA_21h(inst_data), in ExecuteSwitchImplCpp()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2237 this, inst->VRegA_21h(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2266 work_line_->SetRegisterTypeWide(this, inst->VRegA_21h(), lo, hi); in CodeFlowVerifyInstruction()
|