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

  /art/runtime/
oat.cc 167 UpdateChecksum(&key_value_store_, key_value_store_size_);
397 return key_value_store_;
409 const char* ptr = reinterpret_cast<const char*>(&key_value_store_);
435 const char* ptr = reinterpret_cast<const char*>(&key_value_store_);
503 char* data_ptr = reinterpret_cast<char*>(&key_value_store_);
514 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_);
oat.h 154 uint8_t key_value_store_[0]; // note variable width data at end variable
  /art/dex2oat/
dex2oat.cc 524 key_value_store_(nullptr),
590 key_value_store_.release();
2693 std::unique_ptr<SafeMap<std::string, std::string> > key_value_store_; member in class:art::FINAL
    [all...]

Completed in 322 milliseconds