Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc129 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument
143 return DoWriteElf(file, oat_writer, key_value_store, verify); in WriteElf()
148 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument
157 return DoWriteElf(file, oat_writer, key_value_store, verify); in WriteElf()
163 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument
170 return DoWriteElf(file, oat_writer, key_value_store, verify); in WriteElf()
175 SafeMap<std::string, std::string>& key_value_store, in DoWriteElf() argument
190 &key_value_store, in DoWriteElf()
369 SafeMap<std::string, std::string> key_value_store; in TEST_F() local
370 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()
[all …]
Doat_writer.h153 SafeMap<std::string, std::string>* key_value_store,
243 SafeMap<std::string, std::string>* key_value_store);
Dimage_test.cc103 SafeMap<std::string, std::string> key_value_store; in TestWriteRead() local
128 &key_value_store, in TestWriteRead()
Doat_writer.cc421 SafeMap<std::string, std::string>* key_value_store, in WriteAndOpenDexFiles() argument
430 key_value_store); in WriteAndOpenDexFiles()
1375 SafeMap<std::string, std::string>* key_value_store) { in InitOatHeader() argument
1380 key_value_store)); in InitOatHeader()
/art/runtime/
Doat.cc499 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { in Flatten() argument
501 if (key_value_store != nullptr) { in Flatten()
502 SafeMap<std::string, std::string>::const_iterator it = key_value_store->begin(); in Flatten()
503 SafeMap<std::string, std::string>::const_iterator end = key_value_store->end(); in Flatten()