Searched refs:key_value_store_ (Results 1 – 3 of 3) sorted by relevance
298 return key_value_store_; in GetKeyValueStore()310 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()336 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()400 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()411 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
132 uint8_t key_value_store_[0]; // note variable width data at end variable
657 key_value_store_(nullptr), in Dex2Oat()714 key_value_store_.release(); // NOLINT in ~Dex2Oat()964 key_value_store_.reset(new SafeMap<std::string, std::string>()); in ProcessOptions()1027 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()1029 key_value_store_->Put( in InsertCompileOptions()1032 key_value_store_->Put( in InsertCompileOptions()1035 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()1037 key_value_store_->Put(OatHeader::kConcurrentCopying, in InsertCompileOptions()1498 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()1504 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()[all …]