Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat.h114 uint32_t GetKeyValueStoreSize() const;
Doat.cc342 uint32_t OatHeader::GetKeyValueStoreSize() const { in GetKeyValueStoreSize() function in art::OatHeader
Doat_file.cc634 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()
1103 if (GetOatHeader().GetKeyValueStoreSize() != 0u) { in Setup()
/art/runtime/gc/space/
Dimage_space.cc3404 if (oat_header.GetKeyValueStoreSize() == 0) { in ValidateApexVersions()
3447 if (oat_file.GetOatHeader().GetKeyValueStoreSize() != 0 && in ValidateOatFile()
/art/dex2oat/linker/
Doat_writer.cc2720 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()