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

/art/compiler/optimizing/
H A Dload_store_analysis_test.cc91 ASSERT_TRUE(loc1 != HeapLocationCollector::kHeapLocationNotFound);
92 ASSERT_TRUE(loc2 != HeapLocationCollector::kHeapLocationNotFound);
93 ASSERT_TRUE(loc3 != HeapLocationCollector::kHeapLocationNotFound);
176 ASSERT_TRUE(loc1 != HeapLocationCollector::kHeapLocationNotFound);
177 ASSERT_TRUE(loc2 != HeapLocationCollector::kHeapLocationNotFound);
245 size_t loc1 = HeapLocationCollector::kHeapLocationNotFound;
246 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound;
562 size_t loc1 = HeapLocationCollector::kHeapLocationNotFound;
563 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound;
654 ASSERT_TRUE(loc1 != HeapLocationCollector::kHeapLocationNotFound);
[all...]
H A Dload_store_analysis.h183 static constexpr size_t kHeapLocationNotFound = -1; member in class:art::HeapLocationCollector
296 return kHeapLocationNotFound;
436 if (heap_location_idx == kHeapLocationNotFound) {
H A Dscheduler_test.cc295 size_t loc1 = HeapLocationCollector::kHeapLocationNotFound;
296 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound;
H A Dscheduler.cc77 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound);
158 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound);
H A Dload_store_elimination.cc555 DCHECK_NE(idx, HeapLocationCollector::kHeapLocationNotFound);
627 DCHECK_NE(idx, HeapLocationCollector::kHeapLocationNotFound);

Completed in 65 milliseconds