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