Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc158 size_t location_catalog_size_in_bytes = code_info.GetDexRegisterLocationCatalogSize(encoding); in Dump()
Dstack_map.h1414 uint32_t GetDexRegisterLocationCatalogSize(const CodeInfoEncoding& encoding) const { in GetDexRegisterLocationCatalogSize() function
/art/oatdump/
Doatdump.cc1705 helper.GetCodeInfo().GetDexRegisterLocationCatalogSize(encoding); in DumpCode()