Lines Matching defs:object
24 #include "src/heap/object-stats.h"
90 // Nothing to do if the object is in black area.
97 // The old and the new markbits overlap. The |to| object has the
206 Object object = *p;
207 if (!object.IsHeapObject()) return;
208 DCHECK(!MapWord::IsPacked(object.ptr()));
209 HeapObject heap_object = HeapObject::cast(object);
343 HeapObject object = HeapObject::FromAddress(allocated);
344 if (marking_state()->IsWhite(object) && !Heap::InYoungGeneration(object)) {
345 if (heap_->IsLargeObject(object)) {
346 marking_state()->WhiteToBlack(object);
468 // (frames). If these object are dead at scavenging time, their
483 // The object may be on a large page or on a page that was moved in
490 // Either a large object or an object marked by the minor
495 // The object may be on a page that was moved from new to old space.
552 HeapObject object;
554 while (local_marking_worklists()->PopWrapper(&object)) {
555 scope.TracePossibleWrapper(JSObject::cast(object));