HomeSort by relevance Sort by last modified time
    Searched refs:GetKeyValueStoreSize (Results 1 - 3 of 3) sorted by null

  /art/runtime/
oat.h 109 uint32_t GetKeyValueStoreSize() const;
oat.cc 406 uint32_t OatHeader::GetKeyValueStoreSize() const {
oat_file.cc 319 (Size() >= sizeof(OatHeader)) ? GetOatHeader().GetKeyValueStoreSize() : 0u;
    [all...]

Completed in 79 milliseconds