Searched refs:VRegC (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc460 HInstruction* second = LoadLocal(instruction.VRegC(), type);
470 HInstruction* second = LoadLocal(instruction.VRegC(), type);
479 HInstruction* second = LoadLocal(instruction.VRegC(), Primitive::kPrimInt);
489 HInstruction* second = LoadLocal(instruction.VRegC(), type);
1480 uint32_t register_index = instruction.VRegC();
1659 BuildCheckedDivRem(instruction.VRegA(), instruction.VRegB(), instruction.VRegC(),
1665 BuildCheckedDivRem(instruction.VRegA(), instruction.VRegB(), instruction.VRegC(),
1681 BuildCheckedDivRem(instruction.VRegA(), instruction.VRegB(), instruction.VRegC(),
1687 BuildCheckedDivRem(instruction.VRegA(), instruction.VRegB(), instruction.VRegC(),
1983 BuildCheckedDivRem(instruction.VRegA(), instruction.VRegB(), instruction.VRegC(),
[all...]
/art/runtime/
H A Ddex_instruction-inl.h369 // VRegC
384 inline int32_t Instruction::VRegC() const { function in class:art::Instruction
H A Ddex_instruction.h375 // VRegC
377 int32_t VRegC() const;
/art/runtime/verifier/
H A Dmethod_verifier.cc847 result = result && CheckRegisterIndex(inst->VRegC());
850 result = result && CheckFieldIndex(inst->VRegC());
853 result = result && CheckNewArray(inst->VRegC());
856 result = result && CheckTypeIndex(inst->VRegC());
859 result = result && CheckWideRegisterIndex(inst->VRegC());
898 result = result && CheckVarArgRangeRegs(inst->VRegA(), inst->VRegC());
/art/compiler/dex/
H A Dmir_graph.cc175 decoded_instruction->vC = inst->HasVRegC() ? inst->VRegC() : 0;

Completed in 372 milliseconds