Searched refs:key_value_store (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | oat_test.cc | 129 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 …]
|
D | oat_writer.h | 153 SafeMap<std::string, std::string>* key_value_store, 243 SafeMap<std::string, std::string>* key_value_store);
|
D | image_test.cc | 103 SafeMap<std::string, std::string> key_value_store; in TestWriteRead() local 128 &key_value_store, in TestWriteRead()
|
D | oat_writer.cc | 421 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/ |
D | oat.cc | 499 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()
|