Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h553 const TypeLookupTable& GetTypeLookupTable() const { in GetTypeLookupTable() function
Doat_file.cc2253 if (LIKELY((oat_dex_file != nullptr) && oat_dex_file->GetTypeLookupTable().Valid())) { in FindClassDef()
2255 const uint32_t class_def_idx = oat_dex_file->GetTypeLookupTable().Lookup(descriptor, hash); in FindClassDef()
/art/dex2oat/linker/
Doat_writer.cc3678 const TypeLookupTable& table = type_lookup_table_oat_dex_files_[i]->GetTypeLookupTable(); in WriteTypeLookupTables()