Home
last modified time | relevance | path

Searched refs:TypeLookupTableDataBegin (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dvdex_file.h318 const uint8_t* TypeLookupTableDataBegin() const { in TypeLookupTableDataBegin() function
Dvdex_file.cc189 return HasTypeLookupTableSection() ? TypeLookupTableDataBegin() : nullptr; in GetNextTypeLookupTableData()