Home
last modified time | relevance | path

Searched refs:GetDexRegisterLocationCatalogSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack_map.h891 GetDexRegisterLocationCatalogSize())); in GetDexRegisterLocationCatalog()
915 uint32_t GetDexRegisterLocationCatalogSize() const { in GetDexRegisterLocationCatalogSize() function
957 return GetDexRegisterLocationCatalogOffset() + GetDexRegisterLocationCatalogSize(); in GetStackMapsOffset()
Dstack_map.cc245 size_t location_catalog_size_in_bytes = GetDexRegisterLocationCatalogSize(); in Dump()