Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h297 if (location_catalog_entry_index == kNoLocationEntryIndex) { in GetLocationInternalKind()
305 if (location_catalog_entry_index == kNoLocationEntryIndex) { in GetDexRegisterLocation()
403 static constexpr size_t kNoLocationEntryIndex = -1; variable
530 return DexRegisterLocationCatalog::kNoLocationEntryIndex; in GetLocationCatalogEntryIndex()
Dstack_map.cc23 constexpr size_t DexRegisterLocationCatalog::kNoLocationEntryIndex; member in art::DexRegisterLocationCatalog
/art/compiler/optimizing/
Dstack_map_test.cc335 ASSERT_EQ(DexRegisterLocationCatalog::kNoLocationEntryIndex, index0); in TEST()