Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc1547 DCHECK_EQ(num_heap_locations, pre_header_heap_values.size()); in PrepareLoopRecords()
1553 heap_values.resize(num_heap_locations, in PrepareLoopRecords()
1557 for (size_t idx = 0u; idx != num_heap_locations; ++idx) { in PrepareLoopRecords()
1567 heap_values.reserve(num_heap_locations); in PrepareLoopRecords()
1568 for (size_t idx = 0u; idx != num_heap_locations; ++idx) { in PrepareLoopRecords()
1618 heap_values.resize(num_heap_locations, in MergePredecessorRecords()
1623 heap_values.reserve(num_heap_locations); in MergePredecessorRecords()
1624 for (size_t idx = 0u; idx != num_heap_locations; ++idx) { in MergePredecessorRecords()
1940 for (size_t i = 0; i != num_heap_locations; ++i) { in TryReplacingLoopPhiPlaceholderWithDefault()
2487 local_heap_values.resize(num_heap_locations, Value::Invalid()); in ProcessLoopPhiWithUnknownInput()
[all …]