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

  /art/compiler/optimizing/
load_store_analysis_test.cc 91 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...]
load_store_analysis.h 183 static constexpr size_t kHeapLocationNotFound = -1;
296 return kHeapLocationNotFound;
436 if (heap_location_idx == kHeapLocationNotFound) {
scheduler_test.cc 295 size_t loc1 = HeapLocationCollector::kHeapLocationNotFound;
296 size_t loc2 = HeapLocationCollector::kHeapLocationNotFound;
scheduler.cc 77 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound);
158 DCHECK(heap_loc != HeapLocationCollector::kHeapLocationNotFound);
load_store_elimination.cc 555 DCHECK_NE(idx, HeapLocationCollector::kHeapLocationNotFound);
627 DCHECK_NE(idx, HeapLocationCollector::kHeapLocationNotFound);
    [all...]

Completed in 85 milliseconds