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 169 UpdateChecksum(&key_value_store_, key_value_store_size_);
413 return key_value_store_;
425 const char* ptr = reinterpret_cast<const char*>(&key_value_store_);
451 const char* ptr = reinterpret_cast<const char*>(&key_value_store_);
519 char* data_ptr = reinterpret_cast<char*>(&key_value_store_);
530 key_value_store_size_ = data_ptr - reinterpret_cast<char*>(&key_value_store_);
oat.h 158 uint8_t key_value_store_[0]; // note variable width data at end variable
  /art/dex2oat/
dex2oat.cc 582 key_value_store_(nullptr),
649 key_value_store_.release();
2849 std::unique_ptr<SafeMap<std::string, std::string> > key_value_store_; member in class:art::FINAL
    [all...]

Completed in 63 milliseconds