Lines Matching defs:object
10 #include "src/heap/code-object-registry.h"
387 // the given live object.
392 HeapObject const object = object_and_size.first;
394 code_object_registry->RegisterAlreadyExistingCodeObject(object.address());
395 DCHECK(marking_state_->IsBlack(object));
396 Address free_end = object.address();
406 Map map = object.map(cage_base, kAcquireLoad);
409 int size = object.SizeFromMap(map);
420 p->object_start_bitmap()->SetBit(object.address());
424 // If there is free memory after the last live object also free that.