Lines Matching defs:object
11 #include "src/heap/code-object-registry.h"
16 #include "src/objects/heap-object.h"
361 MemoryChunk::RegisterObjectWithInvalidatedSlots<OLD_TO_NEW>(HeapObject object);
363 MemoryChunk::RegisterObjectWithInvalidatedSlots<OLD_TO_OLD>(HeapObject object);
366 void MemoryChunk::RegisterObjectWithInvalidatedSlots(HeapObject object) {
383 invalidated_slots<type>()->insert(object);
386 void MemoryChunk::InvalidateRecordedSlots(HeapObject object) {
391 RegisterObjectWithInvalidatedSlots<OLD_TO_OLD>(object);
395 RegisterObjectWithInvalidatedSlots<OLD_TO_NEW>(object);
399 HeapObject object);
401 HeapObject object);
404 bool MemoryChunk::RegisteredObjectWithInvalidatedSlots(HeapObject object) {
408 return invalidated_slots<type>()->find(object) !=