Searched refs:QuickEntryPointOffset (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h26 Thread::QuickEntryPointOffset<ptr_size>(OFFSETOF_MEMBER(QuickEntryPoints, x))
/art/runtime/
H A Dthread.h556 return QuickEntryPointOffset<4>(quick_entrypoint_offset).Uint32Value();
558 return QuickEntryPointOffset<8>(quick_entrypoint_offset).Uint32Value();
563 static ThreadOffset<pointer_size> QuickEntryPointOffset(size_t quick_entrypoint_offset) { function in class:art::Thread

Completed in 48 milliseconds