Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat.cc349 return key_value_store_; in GetKeyValueStore()
354 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreValueByKey()
385 const char* ptr = reinterpret_cast<const char*>(&key_value_store_); in GetStoreKeyValuePairByIndex()
456 char* data_ptr = reinterpret_cast<char*>(&key_value_store_); in Flatten()
467 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_); in Flatten()
Doat.h160 uint8_t key_value_store_[0]; // note variable width data at end variable
/art/dex2oat/
Ddex2oat.cc514 : key_value_store_(nullptr), in Dex2Oat()
579 key_value_store_.release(); // NOLINT in ~Dex2Oat()
886 key_value_store_.reset(new OatKeyValueStore()); in ProcessOptions()
971 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
973 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()
974 key_value_store_->Put(OatHeader::kNativeDebuggableKey, in InsertCompileOptions()
976 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
978 key_value_store_->Put(OatHeader::kConcurrentCopying, compiler_options_->EmitReadBarrier()); in InsertCompileOptions()
1606 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()
1614 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
[all …]