Lines Matching refs:AllocationSpace
604 AllocationSpace space) { in DrainSweepingWorklistForSpace()
1252 virtual void Move(AllocationSpace dest, HeapObject src, HeapObject dst,
1263 inline void Move(AllocationSpace dest, HeapObject src, HeapObject dst, in Move()
1291 AllocationSpace dest);
1295 HeapObject src, int size, AllocationSpace dest) { in RawMigrateObject()
1336 inline bool TryEvacuateObject(AllocationSpace target_space, HeapObject object, in TryEvacuateObject()
1355 inline void ExecuteMigrationObservers(AllocationSpace dest, HeapObject src, in ExecuteMigrationObservers()
1363 AllocationSpace dest) { in MigrateObject()
1435 AllocationSpace space = AllocateTargetObject(object, size, &target); in Visit()
1462 inline AllocationSpace AllocateTargetObject(HeapObject old_object, int size, in AllocateTargetObject()
1466 AllocationSpace space_allocated_in = NEW_SPACE; in AllocateTargetObject()
4362 inline void Move(AllocationSpace dest, HeapObject src, HeapObject dst, in Move()