Home
last modified time | relevance | path

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

/art/runtime/
Doat.h92 uint32_t GetKeyValueStoreSize() const;
Doat.cc291 uint32_t OatHeader::GetKeyValueStoreSize() const { in GetKeyValueStoreSize() function in art::OatHeader
Doat_file.cc485 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u; in Setup()
/art/dex2oat/linker/
Doat_writer.cc2818 const uint8_t* header_end = oat_header_->GetKeyValueStore() + oat_header_->GetKeyValueStoreSize(); in WriteHeader()