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

  /art/runtime/
dex_instruction.cc 226 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
234 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
247 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
255 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
262 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
269 os << opcode << " v" << static_cast<int>(VRegA_22c()) << ", v" << static_cast<int>(VRegB_22c()) << ", "
274 os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c());
dex_instruction.h 271 uint4_t VRegA_22c() const {
272 return VRegA_22c(Fetch16(0));
319 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 219 uint32_t dst_reg = instruction->VRegA_22c();
287 uint32_t src_reg = instruction->VRegA_22c();
  /art/runtime/interpreter/
interpreter_common.cc 58 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
143 const uint32_t vregA = inst->VRegA_22c(inst_data);
228 uint32_t vregA = is_static ? inst->VRegA_21c(inst_data) : inst->VRegA_22c(inst_data);
334 const uint32_t vregA = inst->VRegA_22c(inst_data);
    [all...]
interpreter_goto_table_impl.cc 518 shadow_frame.SetVReg(inst->VRegA_22c(inst_data), (obj != NULL && obj->InstanceOf(c)) ? 1 : 0);
566 shadow_frame.SetVRegReference(inst->VRegA_22c(inst_data), obj);
    [all...]
interpreter_switch_impl.cc 431 shadow_frame.SetVReg(inst->VRegA_22c(inst_data), (obj != NULL && obj->InstanceOf(c)) ? 1 : 0);
480 shadow_frame.SetVRegReference(inst->VRegA_22c(inst_data), obj);
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
builder.cc 384 uint32_t source_or_dest_reg = instruction.VRegA_22c();

Completed in 43 milliseconds