Home | History | Annotate | Download | only in dex2oat

Lines Matching full:key_value_store_

503       key_value_store_(nullptr),
564 key_value_store_.release();
890 key_value_store_.reset(new SafeMap<std::string, std::string>());
1018 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str());
1021 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str());
1022 key_value_store_->Put(
1025 key_value_store_->Put(
1028 key_value_store_->Put(
1031 key_value_store_->Put(OatHeader::kCompilerFilter,
1033 key_value_store_->Put(OatHeader::kHasPatchInfoKey,
1332 key_value_store_->Put(OatHeader::kBootClassPathKey, GetMultiImageBootClassPath());
1357 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location);
1383 key_value_store_->Put(OatHeader::kClassPathKey, encoded_class_path);
1386 // Now that we have finalized key_value_store_, start writing the oat file.
1399 key_value_store_.get(),
2472 std::unique_ptr<SafeMap<std::string, std::string> > key_value_store_;