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

/art/runtime/
H A Ddex_instruction.cc391 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, VRegC_3rc(), (VRegC_3rc() + VRegA_3rc() - 1))
399 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, VRegC_3rc(), (VRegC_3rc() + VRegA_3rc() - 1))
405 os << StringPrintf("%s, {v%d .. v%d}, thing@%d", opcode, VRegC_3rc(),
406 (VRegC_3rc() + VRegA_3rc() - 1), VRegB_3rc());
H A Ddex_instruction-inl.h392 case k3rc: return VRegC_3rc();
429 inline uint16_t Instruction::VRegC_3rc() const { function in class:art::Instruction
H A Ddex_instruction.h385 uint16_t VRegC_3rc() const;
/art/runtime/interpreter/
H A Dinterpreter_common.cc535 vregC = inst->VRegC_3rc();
597 uint16_t first_src_reg = inst->VRegC_3rc();
660 uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
737 vregC = inst->VRegC_3rc();
H A Dinterpreter_common.h106 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
132 const uint32_t vregC = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
/art/compiler/dex/
H A Dverified_method.cc274 is_range ? inst->VRegC_3rc() : inst->VRegC_35c()));
/art/runtime/verifier/
H A Dregister_line.cc57 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
H A Dmethod_verifier.cc2501 const uint32_t this_reg = (is_range) ? inst->VRegC_3rc() : inst->VRegC_35c();
3418 uint32_t get_reg = is_range ? inst->VRegC_3rc() + static_cast<uint32_t>(sig_registers) :
3656 uint32_t get_reg = is_range ? inst->VRegC_3rc() + actual_args : arg[actual_args];
3706 uint32_t get_reg = is_range ? inst->VRegC_3rc() + ui : arg[ui];
/art/compiler/optimizing/
H A Dbuilder.cc2052 uint32_t register_index = instruction.VRegC_3rc();

Completed in 70 milliseconds