Home
last modified time | relevance | path

Searched refs:key_value_store_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat.cc112 UpdateChecksum(&key_value_store_, key_value_store_size_); in OatHeader()
376 return key_value_store_; in GetKeyValueStore()
388 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()
414 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()
461 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()
472 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
Doat.h144 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
Ddex2oat.cc1075 key_value_store_.reset(new SafeMap<std::string, std::string>()); in ParseArgs()
1086 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in ParseArgs()
1089 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str()); in ParseArgs()
1090 key_value_store_->Put(OatHeader::kPicKey, in ParseArgs()
1092 key_value_store_->Put(OatHeader::kDebuggableKey, in ParseArgs()
1381 key_value_store_->Put(OatHeader::kClassPathKey, in Compile()
1478 CHECK(key_value_store_.get() != nullptr); in CreateOatFile()
1502 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in CreateOatFile()
1511 key_value_store_.get())); in CreateOatFile()
1859 std::unique_ptr<SafeMap<std::string, std::string> > key_value_store_; member in art::FINAL
/art/compiler/
Doat_writer.h284 SafeMap<std::string, std::string>* key_value_store_; variable
Doat_writer.cc75 key_value_store_(key_value_store), in OatWriter()
149 key_value_store_->find(OatHeader::kImageLocationKey) == key_value_store_->end()); in OatWriter()
993 key_value_store_); in InitOatHeader()