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

  /art/runtime/jit/
jit.h 158 // and `dex_pc + dex_pc_offset` is an entry point of that compiled
164 int32_t dex_pc_offset,
jit.cc 388 int32_t dex_pc_offset,
440 StackMap stack_map = code_info.GetOsrStackMapForDexPc(dex_pc + dex_pc_offset, encoding);
  /art/runtime/
trace.h 167 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset)
instrumentation.h 101 int32_t dex_pc_offset)
instrumentation_test.cc 106 int32_t dex_pc_offset ATTRIBUTE_UNUSED)
    [all...]
debugger.cc 233 void Branch(Thread* /*thread*/, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset)
236 << " " << dex_pc << ", " << dex_pc_offset; local
    [all...]

Completed in 68 milliseconds