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 80 inst.VRegA_21c()));
dex_to_dex_compiler.cc 411 quickened_info_.push_back(QuickenedInfo(dex_pc, inst->VRegA_21c()));
  /art/libdexfile/dex/
dex_instruction.cc 208 VRegA_21c(),
213 VRegA_21c(),
225 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", "
239 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << file->PrettyField(field_idx, true)
253 os << opcode << " v" << static_cast<int>(VRegA_21c()) << ", " << file->PrettyField(field_idx, true)
259 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_21c(), VRegB_21c());
dex_instruction.h 311 uint8_t VRegA_21c() const {
312 return VRegA_21c(Fetch16(0));
375 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/tools/veridex/
flow_analysis.cc 287 UpdateRegister(instruction.VRegA_21c(),
294 UpdateRegister(instruction.VRegA_21c(),
569 uint32_t dest_reg = instruction.VRegA_21c();
637 uint8_t reference = instruction.VRegA_21c();
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 517 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), s.Ptr());
545 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), c.Ptr());
559 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), mh.Ptr());
573 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), mt.Ptr());
614 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_21c(inst_data));
684 shadow_frame.SetVRegReference(inst->VRegA_21c(inst_data), obj.Ptr());
    [all...]
interpreter_common.cc 86 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
294 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 487 shadow_frame->SetVRegReference(inst->VRegA_21c(inst_data), obj);
    [all...]

Completed in 314 milliseconds