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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 28 Thread::QuickEntryPointOffset<ptr_size>(OFFSETOF_MEMBER(QuickEntryPoints, x))
  /art/runtime/
thread.h 704 return QuickEntryPointOffset<PointerSize::k32>(quick_entrypoint_offset).
707 return QuickEntryPointOffset<PointerSize::k64>(quick_entrypoint_offset).
713 static ThreadOffset<pointer_size> QuickEntryPointOffset(size_t quick_entrypoint_offset) {
    [all...]

Completed in 81 milliseconds