Home
last modified time | relevance | path

Searched refs:GetKeyValueStoreSize (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat.h109 uint32_t GetKeyValueStoreSize() const;
Doat.cc406 uint32_t OatHeader::GetKeyValueStoreSize() const { in GetKeyValueStoreSize() function in art::OatHeader
Doat_file.cc319 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()