Searched refs:VRegA_23x (Results 1 – 6 of 6) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 242 inst->VRegA_23x(), in CheckBinaryOp() 247 SetRegisterType<LockOp::kClear>(verifier, inst->VRegA_23x(), dst_type); in CheckBinaryOp() 257 SetRegisterTypeWide(verifier, inst->VRegA_23x(), dst_type1, dst_type2); in CheckBinaryOpWide() 266 SetRegisterTypeWide(verifier, inst->VRegA_23x(), long_lo_type, long_hi_type); in CheckBinaryOpWideShift()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 338 uint8_t VRegA_23x() const { in VRegA_23x() function 339 return VRegA_23x(Fetch16(0)); in VRegA_23x() 384 uint8_t VRegA_23x(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 76 case k23x: return VRegA_23x(); in VRegA() 168 inline uint8_t Instruction::VRegA_23x(uint16_t inst_data) const { in VRegA_23x() function
|
D | dex_instruction.cc | 264 …case k23x: os << StringPrintf("%s v%d, v%d, v%d", opcode, VRegA_23x(), VRegB_23x(), VRegC_23x());… in DumpString()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 600 UpdateRegister(instruction.VRegA_23x(), anticipated_type); \ in ProcessDexInstruction() 616 UpdateRegister(instruction.VRegA_23x(), VeriClass::object_); in ProcessDexInstruction()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 492 ObjPtr<mirror::Object> val = shadow_frame->GetVRegReference(inst->VRegA_23x(inst_data)); in MterpAputObject()
|