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.h
101
return
GetOatPointer
<const uint8_t*>(mapping_table_offset_);
104
return
GetOatPointer
<const uint8_t*>(vmap_table_offset_);
107
return
GetOatPointer
<const uint8_t*>(native_gc_map_offset_);
124
T
GetOatPointer
(uint32_t offset) const {
oat_file.cc
456
return
GetOatPointer
<const void*>(code_offset_);
Completed in 23 milliseconds