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