Searched refs:VRegA_21h (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 319 uint8_t VRegA_21h() const { in VRegA_21h() function 320 return VRegA_21h(Fetch16(0)); in VRegA_21h() 381 uint8_t VRegA_21h(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 105 case k21h: return VRegA_21h(inst_data); in VRegA() 165 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/verifier/ |
D | method_verifier.cc | 2271 this, inst->VRegA_21h(), DetermineCat1Constant(val, need_precise_constants_)); in CodeFlowVerifyInstruction() 2300 work_line_->SetRegisterTypeWide(this, inst->VRegA_21h(), lo, hi); in CodeFlowVerifyInstruction()
|