HomeSort by relevance Sort by last modified time
    Searched refs:kNoLocationEntryIndex (Results 1 - 3 of 3) sorted by null

  /art/runtime/
stack_map.cc 27 constexpr size_t DexRegisterLocationCatalog::kNoLocationEntryIndex;
stack_map.h 265 if (location_catalog_entry_index == kNoLocationEntryIndex) {
273 if (location_catalog_entry_index == kNoLocationEntryIndex) {
379 static constexpr size_t kNoLocationEntryIndex = -1;
519 return DexRegisterLocationCatalog::kNoLocationEntryIndex;
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 569 ASSERT_EQ(DexRegisterLocationCatalog::kNoLocationEntryIndex, index0);
    [all...]

Completed in 56 milliseconds