Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc164 UpdateChecksum(&key_value_store_, key_value_store_size_); in UpdateChecksumWithHeaderData()
394 return key_value_store_; in GetKeyValueStore()
406 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()
432 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()
500 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()
511 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
Doat.h154 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
Ddex2oat.cc504 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()
[all …]