Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.h125 size_t ComputeDexRegisterLocationCatalogSize() const;
Dstack_map_stream.cc116 dex_register_location_catalog_size_ = ComputeDexRegisterLocationCatalogSize(); in PrepareForFillIn()
133 size_t StackMapStream::ComputeDexRegisterLocationCatalogSize() const { in ComputeDexRegisterLocationCatalogSize() function in art::StackMapStream
/art/runtime/
Dstack_map.h916 return ComputeDexRegisterLocationCatalogSize(GetDexRegisterLocationCatalogOffset(), in GetDexRegisterLocationCatalogSize()
1050 size_t ComputeDexRegisterLocationCatalogSize(uint32_t origin, in ComputeDexRegisterLocationCatalogSize() function