Home
last modified time | relevance | path

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

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