Lines Matching refs:Put
498 using SafeMap::Put;
500 iterator Put(const std::string& k, bool v) { in Put() function in art::OatKeyValueStore
501 return SafeMap::Put(k, v ? OatHeader::kTrueValue : OatHeader::kFalseValue); in Put()
939 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
941 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()
942 key_value_store_->Put(OatHeader::kNativeDebuggableKey, in InsertCompileOptions()
944 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
946 key_value_store_->Put(OatHeader::kConcurrentCopying, kUseReadBarrier); in InsertCompileOptions()
947 key_value_store_->Put(OatHeader::kRequiresImage, compiler_options_->IsGeneratingImage()); in InsertCompileOptions()
1577 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()
1583 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1596 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1600 key_value_store_->Put( in Setup()
1607 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
1610 key_value_store_->Put( in Setup()
1617 key_value_store_->Put(OatHeader::kApexVersionsKey, versions); in Setup()
1656 key_value_store_->Put(OatHeader::kClassPathKey, class_path_key); in Setup()