Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc70 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
156 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
326 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
381 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
488 uint32_t number_of_catalog_entries = code_info.GetNumberOfLocationCatalogEntries(); in TEST()
/art/runtime/
Dstack_map.h345 uint32_t GetNumberOfLocationCatalogEntries() const { in GetNumberOfLocationCatalogEntries() function