Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc27 constexpr size_t DexRegisterLocationCatalog::kNoLocationEntryIndex; member in art::DexRegisterLocationCatalog
Dstack_map.h265 if (location_catalog_entry_index == kNoLocationEntryIndex) { in GetLocationInternalKind()
273 if (location_catalog_entry_index == kNoLocationEntryIndex) { in GetDexRegisterLocation()
379 static constexpr size_t kNoLocationEntryIndex = -1; variable
519 return DexRegisterLocationCatalog::kNoLocationEntryIndex; in GetLocationCatalogEntryIndex()
/art/compiler/optimizing/
Dstack_map_test.cc573 ASSERT_EQ(DexRegisterLocationCatalog::kNoLocationEntryIndex, index0); in TEST()