Lines Matching refs:key_value_store_
504 key_value_store_(nullptr), in Dex2Oat()
565 key_value_store_.release(); in ~Dex2Oat()
891 key_value_store_.reset(new SafeMap<std::string, std::string>()); in ProcessOptions()
1019 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
1022 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str()); in InsertCompileOptions()
1023 key_value_store_->Put( in InsertCompileOptions()
1026 key_value_store_->Put( in InsertCompileOptions()
1029 key_value_store_->Put( in InsertCompileOptions()
1032 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
1034 key_value_store_->Put(OatHeader::kHasPatchInfoKey, in InsertCompileOptions()
1318 key_value_store_->Put(OatHeader::kBootClassPathKey, GetMultiImageBootClassPath()); in Setup()
1343 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup()
1369 key_value_store_->Put(OatHeader::kClassPathKey, encoded_class_path); in Setup()
1385 key_value_store_.get(), in Setup()
2425 std::unique_ptr<SafeMap<std::string, std::string> > key_value_store_; member in art::FINAL