Searched defs:key_value_store_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat.h159 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
H A Ddex2oat.cc616 key_value_store_(nullptr),
680 key_value_store_.release();
956 key_value_store_.reset(new SafeMap<std::string, std::string>());
1111 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str());
1115 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str());
1116 key_value_store_->Put(
1119 key_value_store_->Put(
1122 key_value_store_->Put(
1125 key_value_store_->Put(OatHeader::kCompilerFilter,
1127 key_value_store_
2865 std::unique_ptr<SafeMap<std::string, std::string> > key_value_store_; member in class:art::FINAL
[all...]

Completed in 299 milliseconds