Lines Matching refs:set
73 #include "src/heap/remembered-set.h"
452 // We will always have an old space when the heap is set up.
2929 std::set<String> visited_map;
2952 std::set<String> visited_map;
3082 // If the list is empty, set the tail to undefined. Otherwise the tail is set
3373 // allowed to access the main thread's remembered set.
4070 // Check that the set of slots before and after the transition match.
4074 // Temporarily set the new map to iterate new slots.
4660 SlotVerifyingVisitor(Isolate* isolate, std::set<Address>* untyped,
4661 std::set<std::pair<SlotType, Address>>* typed)
4728 std::set<Address>* untyped_;
4729 std::set<std::pair<SlotType, Address>>* typed_;
4734 OldToNewSlotVerifyingVisitor(Isolate* isolate, std::set<Address>* untyped,
4735 std::set<std::pair<SlotType, Address>>* typed,
4751 // Keys are handled separately and should never appear in this set.
4771 std::set<Address>* untyped,
4772 std::set<std::pair<SlotType, Address>>* typed) {
4800 std::set<Address> old_to_new;
4801 std::set<std::pair<SlotType, Address>> typed_old_to_new;
4809 // TODO(v8:11797): Add old to old slot set verification once all weak objects
5693 // size) and old-space-size if set or the initial values of semispace_size_
6647 // space is first returned and that it has been set up.
7451 // Non-writable RO_SPACE must never have marking flag set.