Searched refs:VRegA_11x (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | dex_instruction.h | 293 uint8_t VRegA_11x() const { in VRegA_11x() function 294 return VRegA_11x(Fetch16(0)); in VRegA_11x() 362 uint8_t VRegA_11x(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 64 case k11x: return VRegA_11x(); in VRegA() 108 inline uint8_t Instruction::VRegA_11x(uint16_t inst_data) const { in VRegA_11x() function
|
D | dex_instruction.cc | 162 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break; in DumpString()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 524 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod() 552 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod() 591 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod() 657 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIPutMethod()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 238 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI()); in ExecuteSwitchImpl() 243 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImpl() 248 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteSwitchImpl() 255 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception.Ptr()); in ExecuteSwitchImpl() 305 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data))); in ExecuteSwitchImpl() 326 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteSwitchImpl() 349 const size_t ref_idx = inst->VRegA_11x(inst_data); in ExecuteSwitchImpl() 495 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImpl() 507 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImpl() 655 shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2010 line->MarkAllRegistersAsConflictsExcept(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine() 2014 line->MarkAllRegistersAsConflictsExceptWide(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine() 2138 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), false); in CodeFlowVerifyInstruction() 2141 work_line_->CopyResultRegister2(this, inst->VRegA_11x()); in CodeFlowVerifyInstruction() 2144 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), true); in CodeFlowVerifyInstruction() 2159 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_11x(), res_type); in CodeFlowVerifyInstruction() 2179 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2202 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2219 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2333 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction() [all …]
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2770 UpdateLocal(instruction.VRegA_11x(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 2776 HInstruction* exception = LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot); in ProcessDexInstruction() 2801 LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot), in ProcessDexInstruction() 2809 LoadLocal(instruction.VRegA_11x(), Primitive::kPrimNot), in ProcessDexInstruction()
|