Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h469 case k3rc: return VRegC_3rc(); in VRegC()
508 inline uint16_t Instruction::VRegC_3rc() const { in VRegC_3rc() function
Ddex_instruction.cc429 uint16_t first_reg = VRegC_3rc(); in DumpString()
430 uint16_t last_reg = VRegC_3rc() + VRegA_3rc() - 1; in DumpString()
Ddex_instruction.h459 uint16_t VRegC_3rc() const;
/art/runtime/interpreter/
Dinterpreter_common.h245 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke()
461 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
Dinterpreter_common.cc1430 vregC = inst->VRegC_3rc(); in DoCall()
1494 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
Dinterpreter.cc531 instr->VRegC_3rc() : instr->VRegC_35c(); in GetReceiverRegisterForStringInit()
/art/runtime/interpreter/mterp/
Dnterp.cc574 vregC = inst->VRegC_3rc(); in DoFilledNewArray()
/art/tools/veridex/
Dflow_analysis.cc526 uint32_t register_index = instruction.VRegC_3rc(); in ProcessDexInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2624 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
3182 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc4455 uint32_t get_reg = is_range ? inst->VRegC_3rc() + ui : arg[ui]; in VerifyNewArray()