Home | History | Annotate | Download | only in compiler

Lines Matching full:key_value_store

129                 SafeMap<std::string, std::string>& key_value_store,
143 return DoWriteElf(file, oat_writer, key_value_store, verify);
148 SafeMap<std::string, std::string>& key_value_store,
157 return DoWriteElf(file, oat_writer, key_value_store, verify);
163 SafeMap<std::string, std::string>& key_value_store,
170 return DoWriteElf(file, oat_writer, key_value_store, verify);
175 SafeMap<std::string, std::string>& key_value_store,
190 &key_value_store,
369 SafeMap<std::string, std::string> key_value_store;
370 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
371 bool success = WriteElf(tmp.GetFile(), class_linker->GetBootClassPath(), key_value_store, false);
500 SafeMap<std::string, std::string> key_value_store;
501 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
502 bool success = WriteElf(tmp.GetFile(), dex_files, key_value_store, false);
561 SafeMap<std::string, std::string> key_value_store;
562 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
563 success = WriteElf(oat_file.GetFile(), input_filenames, key_value_store, verify);
663 SafeMap<std::string, std::string> key_value_store;
664 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
670 success = WriteElf(oat_file.GetFile(), input_filenames, key_value_store, verify);
718 key_value_store,