Searched refs:VRegA_11x (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 304 uint8_t VRegA_11x() const { in VRegA_11x() function 305 return VRegA_11x(Fetch16(0)); in VRegA_11x() 373 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 | 182 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break; in DumpString()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 526 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod() 554 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod() 593 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod() 659 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIPutMethod()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 285 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI()); in ExecuteSwitchImplCpp() 290 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ()); in ExecuteSwitchImplCpp() 295 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL()); in ExecuteSwitchImplCpp() 302 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception.Ptr()); in ExecuteSwitchImplCpp() 356 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data))); in ExecuteSwitchImplCpp() 379 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteSwitchImplCpp() 404 const size_t ref_idx = inst->VRegA_11x(inst_data); in ExecuteSwitchImplCpp() 581 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImplCpp() 594 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImplCpp() 743 shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); in ExecuteSwitchImplCpp()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1953 line->MarkAllRegistersAsConflictsExcept(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine() 1957 line->MarkAllRegistersAsConflictsExceptWide(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine() 2093 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), false); in CodeFlowVerifyInstruction() 2096 work_line_->CopyResultRegister2(this, inst->VRegA_11x()); in CodeFlowVerifyInstruction() 2099 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), true); in CodeFlowVerifyInstruction() 2114 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_11x(), res_type); in CodeFlowVerifyInstruction() 2134 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2157 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2174 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2300 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction() [all …]
|
/art/tools/veridex/ |
D | flow_analysis.cc | 622 UpdateRegister(instruction.VRegA_11x(), VeriClass::throwable_); in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2911 UpdateLocal(instruction.VRegA_11x(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 2917 HInstruction* exception = LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference); in ProcessDexInstruction() 2942 LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference), in ProcessDexInstruction() 2950 LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference), in ProcessDexInstruction()
|