Searched refs:num_heap_locations (Results 1 – 1 of 1) sorted by relevance
1546 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in PrepareLoopRecords() local1547 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()1615 size_t num_heap_locations = heap_location_collector_.GetNumberOfHeapLocations(); in MergePredecessorRecords() local1618 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()[all …]