Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc169 UpdateChecksum(&key_value_store_, key_value_store_size_); in UpdateChecksumWithHeaderData()
413 return key_value_store_; in GetKeyValueStore()
425 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()
451 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()
519 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()
530 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
Doat.h159 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
Ddex2oat.cc616 key_value_store_(nullptr), in Dex2Oat()
680 key_value_store_.release(); in ~Dex2Oat()
956 key_value_store_.reset(new SafeMap<std::string, std::string>()); in ProcessOptions()
1111 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
1115 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str()); in InsertCompileOptions()
1116 key_value_store_->Put( in InsertCompileOptions()
1119 key_value_store_->Put( in InsertCompileOptions()
1122 key_value_store_->Put( in InsertCompileOptions()
1125 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
1127 key_value_store_->Put(OatHeader::kConcurrentCopying, in InsertCompileOptions()
[all …]