HomeSort by relevance Sort by last modified time
    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