HomeSort by relevance Sort by last modified time
    Searched refs:key_value_store_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
oat.cc 100 UpdateChecksum(&key_value_store_, key_value_store_size_);
402 return key_value_store_;
414 const char* ptr = reinterpret_cast<const char*>(&key_value_store_);
440 const char* ptr = reinterpret_cast<const char*>(&key_value_store_);
480 char* data_ptr = reinterpret_cast<char*>(&key_value_store_);
491 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_);
oat.h 145 uint8_t key_value_store_[0]; // note variable width data at end variable
  /art/compiler/
oat_writer.h 260 SafeMap<std::string, std::string>* key_value_store_;
oat_writer.cc 62 key_value_store_(key_value_store),
130 key_value_store_->find(OatHeader::kImageLocationKey) == key_value_store_->end());
748 key_value_store_);
    [all...]

Completed in 991 milliseconds