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

  /art/runtime/
dex_instruction.cc 273 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
282 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
296 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
305 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
313 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
321 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
327 os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c());
dex_instruction.h 285 uint4_t VRegA_22c() const {
286 return VRegA_22c(Fetch16(0));
333 uint4_t VRegA_22c(uint16_t inst_data) const;
dex_instruction-inl.h 70 case k22c: return VRegA_22c();
144 inline uint4_t Instruction::VRegA_22c(uint16_t inst_data) const {
  /art/runtime/quick/
inline_method_analyser.cc 238 if ((zero_vreg_mask & (1u << new_iput->VRegA_22c())) == 0u) {
247 iputs[new_pos].arg = new_iput->VRegA_22c() - this_vreg;
615 uint32_t dst_reg = instruction->VRegA_22c();
685 uint32_t src_reg = instruction->VRegA_22c();
  /art/runtime/interpreter/
interpreter_common.cc 69 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
155 const uint32_t vregA = inst->VRegA_22c(inst_data);
257 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
361 const uint32_t vregA = inst->VRegA_22c(inst_data);
    [all...]
interpreter_common.h 490 const uint32_t dest_vreg = inst->VRegA_22c();
    [all...]
interpreter_goto_table_impl.cc 523 shadow_frame.SetVReg(inst->VRegA_22c(inst_data), (obj != nullptr && obj->InstanceOf(c)) ? 1 : 0);
581 shadow_frame.SetVRegReference(inst->VRegA_22c(inst_data), obj);
    [all...]
interpreter_switch_impl.cc 465 shadow_frame.SetVReg(inst->VRegA_22c(inst_data),
525 shadow_frame.SetVRegReference(inst->VRegA_22c(inst_data), obj);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 413 shadow_frame->SetVRegReference(inst->VRegA_22c(inst_data), obj);

Completed in 145 milliseconds