Home
last modified time | relevance | path

Searched refs:VRegA_11x (Results 1 – 10 of 10) sorted by relevance

/art/runtime/jit/
Dsmall_pattern_matcher.cc226 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/
Dinline_method_analyser.cc498 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/
Ddex_instruction.h309 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;
Ddex_instruction-inl.h101 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
Ddex_instruction.cc183 case k11x: os << StringPrintf("%s v%d", opcode, VRegA_11x()); break; in DumpString()
/art/runtime/verifier/
Dmethod_verifier.cc1970 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/
Ddexanalyze_bytecode.cc383 dest_reg = next->VRegA_11x(); in ProcessCodeItem()
503 if (opcode == Instruction::RETURN_VOID || inst->VRegA_11x() == 0) { in ProcessCodeItem()
Ddexanalyze_experiments.cc596 if (space_for_out_arg && inst->VRegA_11x() < 16) { in ProcessDexFile()
/art/tools/veridex/
Dflow_analysis.cc653 UpdateRegister(instruction.VRegA_11x(), VeriClass::throwable_); in ProcessDexInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc3698 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()