Home
last modified time | relevance | path

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

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