Home
last modified time | relevance | path

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

/art/runtime/
Doat.h101 const uint8_t* GetKeyValueStore() const;
Doat.cc333 const uint8_t* OatHeader::GetKeyValueStore() const { in GetKeyValueStore() function in art::OatHeader
/art/dex2oat/linker/
Doat_writer.cc2704 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()