Searched refs:key_value_store (Results 1 – 5 of 5) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 104 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument 123 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf() 129 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument 144 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf() 151 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument 163 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf() 169 SafeMap<std::string, std::string>& key_value_store, in DoWriteElf() argument 182 &key_value_store, in DoWriteElf() 398 SafeMap<std::string, std::string> key_value_store; in TEST_F() local 399 key_value_store.Put(OatHeader::kBootClassPathChecksumsKey, "testkey"); in TEST_F() [all …]
|
D | oat_writer.h | 177 SafeMap<std::string, std::string>* key_value_store, 320 size_t InitOatHeader(uint32_t num_dex_files, SafeMap<std::string, std::string>* key_value_store);
|
D | image_test.h | 228 SafeMap<std::string, std::string> key_value_store; in DoCompile() local 229 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile() 262 (i == 0u) ? &key_value_store : nullptr, in DoCompile()
|
D | oat_writer.cc | 662 SafeMap<std::string, std::string>* key_value_store, in WriteAndOpenDexFiles() argument 676 primary_oat_file_ = (key_value_store != nullptr); in WriteAndOpenDexFiles() 684 key_value_store); in WriteAndOpenDexFiles() 2012 SafeMap<std::string, std::string>* key_value_store) { in InitOatHeader() argument 2021 key_value_store)); in InitOatHeader()
|
/art/runtime/ |
D | oat.cc | 399 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { in Flatten() argument 401 if (key_value_store != nullptr) { in Flatten() 402 SafeMap<std::string, std::string>::const_iterator it = key_value_store->begin(); in Flatten() 403 SafeMap<std::string, std::string>::const_iterator end = key_value_store->end(); in Flatten()
|