Searched defs:kNoLocationEntryIndex (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack_map.cc23 constexpr size_t DexRegisterLocationCatalog::kNoLocationEntryIndex; member in class:art::DexRegisterLocationCatalog
H A Dstack_map.h297 if (location_catalog_entry_index == kNoLocationEntryIndex) {
305 if (location_catalog_entry_index == kNoLocationEntryIndex) {
403 static constexpr size_t kNoLocationEntryIndex = -1; member in class:art::DexRegisterLocation::DexRegisterLocationCatalog
530 return DexRegisterLocationCatalog::kNoLocationEntryIndex;

Completed in 151 milliseconds