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

/art/compiler/optimizing/
H A Dload_store_elimination.cc188 static constexpr size_t kHeapLocationNotFound = -1; member in class:art::HeapLocationCollector
258 return kHeapLocationNotFound;
392 if (heap_location_idx == kHeapLocationNotFound) {
718 DCHECK_NE(idx, HeapLocationCollector::kHeapLocationNotFound);
782 DCHECK_NE(idx, HeapLocationCollector::kHeapLocationNotFound);

Completed in 281 milliseconds