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

  /art/libdexfile/dex/
dex_instruction.cc 352 VRegA_31c(),
358 VRegA_31c(),
363 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx);
366 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break;
dex_instruction.h 342 uint8_t VRegA_31c() const {
343 return VRegA_31c(Fetch16(0));
385 uint8_t VRegA_31c(uint16_t inst_data) const;
dex_instruction-inl.h 78 case k31c: return VRegA_31c();
178 inline uint8_t Instruction::VRegA_31c(uint16_t inst_data) const {
  /art/tools/veridex/
flow_analysis.cc 302 UpdateRegister(instruction.VRegA_31c(),
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc 530 shadow_frame.SetVRegReference(inst->VRegA_31c(inst_data), s.Ptr());
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 140 milliseconds