Home
last modified time | relevance | path

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

/art/runtime/
Doat.h95 uint32_t GetKeyValueStoreSize() const;
Doat.cc309 uint32_t OatHeader::GetKeyValueStoreSize() const { in GetKeyValueStoreSize() function in art::OatHeader
Doat_file.cc500 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()
939 if (GetOatHeader().GetKeyValueStoreSize() != 0u) { in Setup()
/art/dex2oat/linker/
Doat_writer.cc2830 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()