Searched defs:key_value_store (Results 1 - 4 of 4) sorted by relevance

/art/compiler/
H A Dimage_test.cc81 SafeMap<std::string, std::string> key_value_store; local
83 writer.get(), &timings, &key_value_store);
H A Doat_test.cc105 SafeMap<std::string, std::string> key_value_store; local
106 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
114 &key_value_store);
H A Doat_writer.cc65 SafeMap<std::string, std::string>* key_value_store)
75 key_value_store_(key_value_store),
108 CHECK(key_value_store != nullptr);
58 OatWriter(const std::vector<const DexFile*>& dex_files, uint32_t image_file_location_oat_checksum, uintptr_t image_file_location_oat_begin, int32_t image_patch_delta, const CompilerDriver* compiler, ImageWriter* image_writer, TimingLogger* timings, SafeMap<std::string, std::string>* key_value_store) argument
/art/runtime/
H A Doat.cc460 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) { argument
462 if (key_value_store != nullptr) {
463 SafeMap<std::string, std::string>::const_iterator it = key_value_store->begin();
464 SafeMap<std::string, std::string>::const_iterator end = key_value_store->end();

Completed in 114 milliseconds