Searched refs:map_slot (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | free-space-inl.h | 53 CHECK_IMPLIES(!map_slot().contains_map_value(free_space_map.ptr()), in IsValid() 55 map_slot().contains_map_value(kNullAddress)); in IsValid()
|
H A D | heap-object.h | 43 inline ObjectSlot map_slot() const;
|
H A D | objects-inl.h | 863 WriteBarrier::Marking(*this, map_slot(), value); in set_map() 878 WriteBarrier::Marking(*this, map_slot(), value); in set_map_after_allocation() 889 ObjectSlot HeapObject::map_slot() const { in map_slot() function in v8::internal::HeapObject
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 117 auto& map_slot = files_[filename]; in Open() local 118 map_slot.reset(new std::string); in Open() 119 return new io::StringOutputStream(map_slot.get()); in Open()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_bootstrap_unittest.cc | 101 auto& map_slot = files_[filename]; in Open() local 102 map_slot.reset(new std::string); in Open() 103 return new io::StringOutputStream(map_slot.get()); in Open()
|
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.cc | 94 ObjectSlot map_slot = n.map_slot(); in RepairFreeList() local 95 if (map_slot.contains_map_value(kNullAddress)) { in RepairFreeList() 96 map_slot.store_map(free_space_map); in RepairFreeList() 98 DCHECK(map_slot.contains_map_value(free_space_map.ptr())); in RepairFreeList() 509 cur.map_slot().contains_map_value(Page::FromHeapObject(cur) in SumFreeList()
|
H A D | marking-visitor.h | 185 concrete_visitor()->RecordSlot(host, host.map_slot(), map);
|
H A D | scavenger.cc | 48 HandleSlot(host, HeapObjectSlot(host.map_slot()), map_word.ToMap()); 514 MemoryChunk::FromHeapObject(object), object.map_slot().address()); in HandleSurvivingNewLargeObjects()
|
H A D | concurrent-marking.cc | 315 visitor.VisitPointer(object, object.map_slot()); in MakeSlotSnapshot()
|
H A D | heap-inl.h | 347 ObjectSlot candidate_map_slot = candidate.map_slot(); in FindAllocationMemento()
|
H A D | mark-compact.cc | 1191 DCHECK_NE(host.map_slot(), p); 1252 MarkObject(host, host.map_slot(), host.map(cage_base())); 1258 DCHECK_NE(host.map_slot(), p); 1273 DCHECK_NE(host.map_slot(), ObjectSlot(p)); 1441 VisitPointer(host, host.map_slot()); 3414 VerifySlot(cage_base(), host.map_slot());
|
H A D | heap.cc | 3338 DCHECK((filler.map_slot().contains_map_value(kNullAddress) && in CreateFillerObjectAtImpl()
|
/third_party/node/deps/v8/src/torque/ |
H A D | instance-type-generator.cc | 47 auto& map_slot = map_by_type[class_type]; in BuildInstanceTypeTree() local 48 if (map_slot != nullptr) { in BuildInstanceTypeTree() 53 map_slot = type_tree.get(); in BuildInstanceTypeTree()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 991 VisitSlotImpl(cage_base(), object.map_slot());
|
Completed in 35 milliseconds