Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc104 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 …]
Doat_writer.h177 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);
Dimage_test.h228 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()
Doat_writer.cc662 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/
Doat.cc399 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()