Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h422 case k3rc: return VRegC_3rc(); in VRegC()
461 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.h452 uint16_t VRegC_3rc() const;
/art/runtime/interpreter/
Dinterpreter_common.h150 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c(); in DoInvoke()
361 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
Dinterpreter.cc511 instr->VRegC_3rc() : instr->VRegC_35c(); in GetReceiverRegisterForStringInit()
Dinterpreter_common.cc1751 vregC = inst->VRegC_3rc(); in DoCall()
1815 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.cc2329 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
2887 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc4449 uint32_t get_reg = is_range ? inst->VRegC_3rc() + ui : arg[ui]; in VerifyNewArray()