Searched refs:VRegA_23x (Results 1 – 7 of 7) sorted by relevance
/art/runtime/verifier/ |
D | register_line.cc | 241 SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), verifier->GetRegTypeCache()->Boolean()); in CheckBinaryOp() 245 SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), dst_type); in CheckBinaryOp() 255 SetRegisterTypeWide(inst->VRegA_23x(), dst_type1, dst_type2); in CheckBinaryOpWide() 264 SetRegisterTypeWide(inst->VRegA_23x(), long_lo_type, long_hi_type); in CheckBinaryOpWideShift()
|
D | method_verifier.cc | 2472 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2484 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 2495 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), reg_types_.Integer()); in CodeFlowVerifyInstruction() 4335 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), reg_types_.Null()); in VerifyAGet() 4339 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), DetermineCat1Constant(1)); in VerifyAGet() 4343 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), insn_type); in VerifyAGet() 4346 work_line_->SetRegisterTypeWide(inst->VRegA_23x(), in VerifyAGet() 4361 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), in VerifyAGet() 4383 work_line_->SetRegisterType<LockOp::kClear>(inst->VRegA_23x(), component_type); in VerifyAGet() 4385 work_line_->SetRegisterTypeWide(inst->VRegA_23x(), component_type, in VerifyAGet() [all …]
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 343 uint8_t VRegA_23x() const { in VRegA_23x() function 344 return VRegA_23x(Fetch16(0)); in VRegA_23x() 389 uint8_t VRegA_23x(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 113 case k23x: return VRegA_23x(inst_data); in VRegA() 205 inline uint8_t Instruction::VRegA_23x(uint16_t inst_data) const { in VRegA_23x() function
|
D | dex_instruction.cc | 265 …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 | 623 UpdateRegister(instruction.VRegA_23x(), anticipated_type); \ in ProcessDexInstruction() 639 UpdateRegister(instruction.VRegA_23x(), VeriClass::object_); in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2395 uint8_t source_or_dest_reg = instruction.VRegA_23x(); in BuildArrayAccess()
|