Searched refs:VRegA_11x (Results 1 – 10 of 10) sorted by relevance
/art/runtime/jit/ |
D | small_pattern_matcher.cc | 226 if (obj_reg == instruction.VRegA_11x()) { in TryMatch() 264 if (register_index == instruction.VRegA_11x()) { in TryMatch() 391 if (is_put || dest_reg != instruction.VRegA_11x()) { in TryMatch()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 498 uint32_t reg = return_instruction->VRegA_11x(); in AnalyseReturnMethod() 526 int32_t return_reg = return_instruction->VRegA_11x(); in AnalyseConstMethod() 563 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIGetMethod() 627 uint32_t return_reg = return_instruction->VRegA_11x(); in AnalyseIPutMethod()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 309 uint8_t VRegA_11x() const { in VRegA_11x() function 310 return VRegA_11x(Fetch16(0)); in VRegA_11x() 378 uint8_t VRegA_11x(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 101 case k11x: return VRegA_11x(inst_data); in VRegA() 145 inline uint8_t Instruction::VRegA_11x(uint16_t inst_data) const { in VRegA_11x() function
|
D | dex_instruction.cc | 183 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break; in DumpString()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1970 line->MarkAllRegistersAsConflictsExcept(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine() 1974 line->MarkAllRegistersAsConflictsExceptWide(verifier, ret_inst->VRegA_11x()); in AdjustReturnLine() 2091 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), false); in CodeFlowVerifyInstruction() 2094 work_line_->CopyResultRegister2(this, inst->VRegA_11x()); in CodeFlowVerifyInstruction() 2097 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), true); in CodeFlowVerifyInstruction() 2123 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2146 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2163 const uint32_t vregA = inst->VRegA_11x(); in CodeFlowVerifyInstruction() 2266 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_); in CodeFlowVerifyInstruction() 2279 if (prev_inst.VRegB() == inst->VRegA_11x()) { in CodeFlowVerifyInstruction() [all …]
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 383 dest_reg = next->VRegA_11x(); in ProcessCodeItem() 503 if (opcode == Instruction::RETURN_VOID || inst->VRegA_11x() == 0) { in ProcessCodeItem()
|
D | dexanalyze_experiments.cc | 596 if (space_for_out_arg && inst->VRegA_11x() < 16) { in ProcessDexFile()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 653 UpdateRegister(instruction.VRegA_11x(), VeriClass::throwable_); in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3698 UpdateLocal(instruction.VRegA_11x(), current_block_->GetLastInstruction()); in ProcessDexInstruction() 3704 HInstruction* exception = LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference); in ProcessDexInstruction() 3729 LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference), in ProcessDexInstruction() 3738 LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference), in ProcessDexInstruction()
|