Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc335 return key_value_store_; in GetKeyValueStore()
340 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()
371 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()
442 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()
453 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
Doat.h143 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
Ddex2oat.cc510 key_value_store_(nullptr), in Dex2Oat()
573 key_value_store_.release(); // NOLINT in ~Dex2Oat()
852 key_value_store_.reset(new OatKeyValueStore()); in ProcessOptions()
939 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
941 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()
942 key_value_store_->Put(OatHeader::kNativeDebuggableKey, in InsertCompileOptions()
944 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
946 key_value_store_->Put(OatHeader::kConcurrentCopying, kUseReadBarrier); in InsertCompileOptions()
947 key_value_store_->Put(OatHeader::kRequiresImage, compiler_options_->IsGeneratingImage()); in InsertCompileOptions()
1577 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()
[all …]