Searched refs:SetupHeader (Results 1 – 1 of 1) sorted by relevance
1718 oat_file->SetupHeader(dex_files.size(), context); in Open()1805 oat_file->SetupHeader(oat_file->oat_dex_files_storage_.size(), context); in Open()1827 oat_file->SetupHeader(oat_file->external_dex_files_.size(), context); in Open()1836 void SetupHeader(size_t number_of_dex_files, ClassLoaderContext* context) { in SetupHeader() function in art::OatFileBackedByVdex