Home
last modified time | relevance | path

Searched refs:SetOatDexFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.h741 void SetOatDexFile(const OatDexFile* oat_dex_file) const { in SetOatDexFile() function
/aosp12/art/runtime/jit/
H A Djit.cc1205 dex_file->SetOatDexFile(type_lookup_tables_.back().get()); in CreateThreadPool()
/aosp12/art/runtime/
H A Doat_file.cc565 dex_files[i]->SetOatDexFile(oat_dex_files_storage_[i]); in Setup()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc3581 dex_file.SetOatDexFile(type_lookup_table_oat_dex_files_.back().get()); in InitializeTypeLookupTables()