Home
last modified time | relevance | path

Searched refs:GetNextTypeLookupTableData (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dvdex_file.h275 const uint8_t* GetNextTypeLookupTableData(const uint8_t* cursor, uint32_t dex_file_index) const;
Dvdex_file.cc185 const uint8_t* VdexFile::GetNextTypeLookupTableData(const uint8_t* cursor, in GetNextTypeLookupTableData() function in art::VdexFile
Doat_file.cc483 type_lookup_table_start = vdex_->GetNextTypeLookupTableData(type_lookup_table_start, i++); in Setup()
1613 type_lookup_table_start = vdex_file->GetNextTypeLookupTableData(type_lookup_table_start, i); in Open()