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

  /art/runtime/
dex_instruction.cc 166 os << StringPrintf("const-string v%d, %s // string@%d", VRegA_21c(),
175 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << PrettyType(type_idx, *file)
188 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << PrettyField(field_idx, *file, true)
201 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << PrettyField(field_idx, *file, true)
206 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_21c(), VRegB_21c());
dex_instruction.h 256 uint8_t VRegA_21c() const {
257 return VRegA_21c(Fetch16(0));
314 uint8_t VRegA_21c(uint16_t inst_data) const;
dex_instruction-inl.h 65 case k21c: return VRegA_21c();
119 inline uint8_t Instruction::VRegA_21c(uint16_t inst_data) const {
  /art/compiler/dex/
verified_method.cc 286 verifier::RegType& reg_type(line->GetRegisterType(inst->VRegA_21c()));
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 441 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s);
464 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), c);
500 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_21c(inst_data));
552 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), obj);
    [all...]
interpreter_common.cc 58 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
228 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
    [all...]
interpreter_switch_impl.cc 354 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s);
377 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), c);
413 Object* obj = shadow_frame.GetVRegReference(inst->VRegA_21c(inst_data));
466 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), obj);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 547 milliseconds