Home
last modified time | relevance | path

Searched refs:opened_dex_files_map (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Doat_writer.h155 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
269 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
271 bool WriteTypeLookupTables(MemMap* opened_dex_files_map,
Dimage_test.cc121 std::unique_ptr<MemMap> opened_dex_files_map; in TestWriteRead() local
130 &opened_dex_files_map, in TestWriteRead()
Doat_writer.cc423 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map, in WriteAndOpenDexFiles() argument
463 *opened_dex_files_map = std::move(dex_files_map); in WriteAndOpenDexFiles()
2125 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map, in OpenDexFiles() argument
2192 *opened_dex_files_map = std::move(dex_files_map); in OpenDexFiles()
2198 MemMap* opened_dex_files_map, in WriteTypeLookupTables() argument
2210 uint8_t* lookup_table = opened_dex_files_map->Begin() + (lookup_table_offset - map_offset); in WriteTypeLookupTables()
2215 DCHECK_EQ(opened_dex_files_map == nullptr, opened_dex_files.empty()); in WriteTypeLookupTables()
2216 if (opened_dex_files_map != nullptr && !opened_dex_files_map->Sync()) { in WriteTypeLookupTables()
2217 PLOG(ERROR) << "Failed to Sync() type lookup tables. Map: " << opened_dex_files_map->GetName(); in WriteTypeLookupTables()
Doat_test.cc184 std::unique_ptr<MemMap> opened_dex_files_map; in DoWriteElf() local
192 &opened_dex_files_map, in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc1379 std::unique_ptr<MemMap> opened_dex_files_map; in Setup() local
1387 &opened_dex_files_map, in Setup()
1392 if (opened_dex_files_map != nullptr) { in Setup()
1393 opened_dex_files_maps_.push_back(std::move(opened_dex_files_map)); in Setup()