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

  /art/runtime/
dex_instruction.h 193 const Instruction* RelativeAt(int32_t offset) const {
199 return RelativeAt(SizeInCodeUnits());
205 return RelativeAt(1);
211 return RelativeAt(2);
217 return RelativeAt(3);
223 return RelativeAt(5);
  /art/runtime/interpreter/
interpreter_switch_impl.cc 35 inst = inst->RelativeAt(displacement); \
556 inst = inst->RelativeAt(offset);
567 inst = inst->RelativeAt(offset);
578 inst = inst->RelativeAt(offset);
589 inst = inst->RelativeAt(offset);
600 inst = inst->RelativeAt(offset);
693 inst = inst->RelativeAt(offset);
708 inst = inst->RelativeAt(offset);
723 inst = inst->RelativeAt(offset);
738 inst = inst->RelativeAt(offset)
    [all...]
interpreter_goto_table_impl.cc 35 inst = inst->RelativeAt(disp); \
    [all...]
  /art/compiler/dex/
mir_graph.cc 383 check_insn = check_insn->RelativeAt(check_insn->GetTargetOffset());
    [all...]

Completed in 374 milliseconds