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

/art/runtime/
H A Dthread.h582 return QuickEntryPointOffset<4>(quick_entrypoint_offset).Uint32Value();
584 return QuickEntryPointOffset<8>(quick_entrypoint_offset).Uint32Value();
589 static ThreadOffset<pointer_size> QuickEntryPointOffset(size_t quick_entrypoint_offset) { function in class:art::Thread

Completed in 174 milliseconds