Searched refs:VRegA_12x (Results 1 – 7 of 7) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 201 SetRegisterType<LockOp::kClear>(inst->VRegA_12x(), dst_type); in CheckUnaryOp() 209 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpWide() 217 SetRegisterTypeWide(inst->VRegA_12x(), dst_type1, dst_type2); in CheckUnaryOpToWide() 225 SetRegisterType<LockOp::kClear>(inst->VRegA_12x(), dst_type); in CheckUnaryOpFromWide() 271 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addr() 291 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWide() 302 const uint32_t vregA = inst->VRegA_12x(); in CheckBinaryOp2addrWideShift()
|
D | method_verifier.cc | 2052 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 2061 work_line_->CopyRegister2(this, inst->VRegA_12x(), inst->VRegB_12x()); in CodeFlowVerifyInstruction() 2070 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 2425 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_12x(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2686 maybe_update_fn(move_inst.VRegB_12x(), move_inst.VRegA_12x()); in CodeFlowVerifyInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 312 uint4_t VRegA_12x() const { in VRegA_12x() function 313 return VRegA_12x(Fetch16(0)); in VRegA_12x() 379 uint4_t VRegA_12x(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 102 case k12x: return VRegA_12x(inst_data); in VRegA() 150 inline uint4_t Instruction::VRegA_12x(uint16_t inst_data) const { in VRegA_12x() function
|
D | dex_instruction.cc | 181 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break; in DumpString()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 648 UpdateRegister(instruction.VRegA_12x(), VeriClass::integer_); in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3657 UpdateLocal(instruction.VRegA_12x(), current_block_->GetLastInstruction()); in ProcessDexInstruction()
|