OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quick_entrypoints_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/entrypoints/quick/
quick_entrypoints.h
26
ThreadOffset(static_cast<uintptr_t>(OFFSETOF_MEMBER(Thread,
quick_entrypoints_
)) + \
/art/runtime/
thread.h
809
QuickEntryPoints
quick_entrypoints_
;
variable
thread.cc
97
uintptr_t* end = reinterpret_cast<uintptr_t*>(reinterpret_cast<uint8_t*>(begin) + sizeof(
quick_entrypoints_
));
108
&
quick_entrypoints_
);
[
all
...]
Completed in 1823 milliseconds