Searched refs:blk_id (Results 1 – 1 of 1) sorted by relevance
640 size_t blk_id = off / heap_location_collector_.GetNumberOfHeapLocations(); in GetPhiPlaceholderAt() local641 return GetPhiPlaceholder(blk_id, id); in GetPhiPlaceholderAt()2765 to_restore_[rec.blk_id][rec.heap_loc].value = rec.val_; in ~ScopedRestoreHeapValues()2771 for (size_t blk_id : Range(to_restore_.size())) { in ForEachRecord() local2772 for (size_t heap_loc : Range(to_restore_[blk_id].size())) { in ForEachRecord()2773 LSEVisitor::ValueRecord* vr = &to_restore_[blk_id][heap_loc]; in ForEachRecord()2777 updated_values_.push_back({blk_id, heap_loc, initial}); in ForEachRecord()2785 size_t blk_id; member