Home | History | Annotate | Download | only in heap

Lines Matching refs:target_space

3072   OldSpace* target_space = heap()->TargetSpace(object);
3074 DCHECK(target_space == heap()->old_pointer_space() ||
3075 target_space == heap()->old_data_space());
3077 AllocationResult allocation = target_space->AllocateRaw(object_size);
3079 MigrateObject(target, object, object_size, target_space->identity());