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

  /art/compiler/dex/
verified_method.cc 82 inst->VRegA_21c()));
dex_to_dex_compiler.cc 245 quickened_info_.push_back(QuickenedInfo(dex_pc, inst->VRegA_21c()));
  /art/runtime/
dex_instruction.cc 188 VRegA_21c(),
193 VRegA_21c(),
205 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", "
219 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << file->PrettyField(field_idx, true)
233 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << file->PrettyField(field_idx, true)
239 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_21c(), VRegB_21c());
dex_instruction.h 300 uint8_t VRegA_21c() const {
301 return VRegA_21c(Fetch16(0));
364 uint8_t VRegA_21c(uint16_t inst_data) const;
dex_instruction-inl.h 67 case k21c: return VRegA_21c();
123 inline uint8_t Instruction::VRegA_21c(uint16_t inst_data) const {
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 74 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
272 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
    [all...]
interpreter.cc 551 shadow_frame->SetVRegReference(instr->VRegA_21c(), value.GetL());
interpreter_switch_impl.cc 460 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s.Ptr());
488 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), c.Ptr());
527 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_21c(inst_data));
597 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), obj.Ptr());
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 406 shadow_frame->SetVRegReference(inst->VRegA_21c(inst_data), obj);
    [all...]

Completed in 930 milliseconds