HomeSort by relevance Sort by last modified time
    Searched refs:VRegB_12x (Results 1 - 7 of 7) sorted by null

  /art/runtime/interpreter/
interpreter_switch_impl.cc 232 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
250 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
268 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)));
643 ObjPtr<mirror::Object> array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data));
    [all...]
  /art/runtime/verifier/
register_line.cc 198 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
206 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) {
214 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
222 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) {
272 const uint32_t vregB = inst->VRegB_12x();
294 const uint32_t vregB = inst->VRegB_12x();
305 const uint32_t vregB = inst->VRegB_12x();
method_verifier.cc     [all...]
  /art/libdexfile/dex/
dex_instruction.h 404 uint4_t VRegB_12x() const {
405 return VRegB_12x(Fetch16(0));
437 uint4_t VRegB_12x(uint16_t inst_data) const;
dex_instruction-inl.h 260 case k12x: return VRegB_12x();
295 inline uint4_t Instruction::VRegB_12x(uint16_t inst_data) const {
dex_instruction.cc 180 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break;
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 283 milliseconds