Searched refs:opened_dex_files_map (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | oat_writer.h | 155 /*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,
|
D | image_test.cc | 121 std::unique_ptr<MemMap> opened_dex_files_map; in TestWriteRead() local 130 &opened_dex_files_map, in TestWriteRead()
|
D | oat_writer.cc | 423 /*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()
|
D | oat_test.cc | 184 std::unique_ptr<MemMap> opened_dex_files_map; in DoWriteElf() local 192 &opened_dex_files_map, in DoWriteElf()
|
/art/dex2oat/ |
D | dex2oat.cc | 1379 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()
|