Searched refs:key_value_store_ (Results 1 – 3 of 3) sorted by relevance
316 return key_value_store_; in GetKeyValueStore()328 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()354 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()418 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()429 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
136 uint8_t key_value_store_[0]; // note variable width data at end variable
782 key_value_store_(nullptr), in Dex2Oat()841 key_value_store_.release(); // NOLINT in ~Dex2Oat()1112 key_value_store_.reset(new SafeMap<std::string, std::string>()); in ProcessOptions()1199 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()1201 key_value_store_->Put( in InsertCompileOptions()1204 key_value_store_->Put( in InsertCompileOptions()1207 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()1209 key_value_store_->Put(OatHeader::kConcurrentCopying, in InsertCompileOptions()1813 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()1819 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()[all …]