Searched refs:GetKeyValueStore (Results 1 – 3 of 3) sorted by relevance
97 const uint8_t* GetKeyValueStore() const;
314 const uint8_t* OatHeader::GetKeyValueStore() const { in GetKeyValueStore() function in art::OatHeader
2773 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()