Home
last modified time | relevance | path

Searched refs:heap_values (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc1134 heap_values[i].value = Value::PartialUnknown(heap_values[i].value); in HandleInvoke()
1549 DCHECK(heap_values.empty()); in PrepareLoopRecords()
1553 heap_values.resize(num_heap_locations, in PrepareLoopRecords()
1558 heap_values[idx].value = in PrepareLoopRecords()
1567 heap_values.reserve(num_heap_locations); in PrepareLoopRecords()
1614 DCHECK(heap_values.empty()); in MergePredecessorRecords()
1618 heap_values.resize(num_heap_locations, in MergePredecessorRecords()
1748 ValueRecord& record = heap_values[idx]; in VisitGetLocation()
1802 ValueRecord& record = heap_values[idx]; in VisitSetLocation()
1854 KeepStores(heap_values[i].stored_by); in VisitSetLocation()
[all …]