Searched refs:GetKeyValueStoreSize (Results 1 – 4 of 4) sorted by relevance
100 uint32_t GetKeyValueStoreSize() const;
328 uint32_t OatHeader::GetKeyValueStoreSize() const { in GetKeyValueStoreSize() function in art::OatHeader
525 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()970 if (GetOatHeader().GetKeyValueStoreSize() != 0u) { in Setup()
2704 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()