Home
last modified time | relevance | path

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

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