Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc76 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
167 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
342 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
402 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
517 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
/art/runtime/oat/
Dstack_map.h341 uint32_t GetNumberOfLocationCatalogEntries() const { in GetNumberOfLocationCatalogEntries() function