Searched refs:GetKeyValueStoreSize (Results 1 – 4 of 4) sorted by relevance
92 uint32_t GetKeyValueStoreSize() const;
291 uint32_t OatHeader::GetKeyValueStoreSize() const { in GetKeyValueStoreSize() function in art::OatHeader
485 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()
2818 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()