OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOatPointer
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
oat_file-inl.h
26
const void* code = EntryPointToCodePointer(
GetOatPointer
<const void*>(code_offset_));
88
const void* code = EntryPointToCodePointer(
GetOatPointer
<const void*>(code_offset_));
100
const void* code = EntryPointToCodePointer(
GetOatPointer
<const void*>(code_offset_));
112
return
GetOatPointer
<const void*>(GetCodeOffset());
oat_file.h
150
T
GetOatPointer
(uint32_t offset) const {
Completed in 50 milliseconds