Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc316 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()
422 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()
433 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
Doat.h138 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
Ddex2oat.cc794 key_value_store_(nullptr), in Dex2Oat()
856 key_value_store_.release(); // NOLINT in ~Dex2Oat()
1128 key_value_store_.reset(new OatKeyValueStore()); in ProcessOptions()
1215 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
1217 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()
1218 key_value_store_->Put(OatHeader::kNativeDebuggableKey, in InsertCompileOptions()
1220 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
1222 key_value_store_->Put(OatHeader::kConcurrentCopying, kUseReadBarrier); in InsertCompileOptions()
1223 key_value_store_->Put(OatHeader::kRequiresImage, compiler_options_->IsGeneratingImage()); in InsertCompileOptions()
1829 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()
[all …]