Searched refs:target_space (Results 1 – 1 of 1) sorted by relevance
3072 OldSpace* target_space = heap()->TargetSpace(object); in TryPromoteObject() local3074 DCHECK(target_space == heap()->old_pointer_space() || in TryPromoteObject()3075 target_space == heap()->old_data_space()); in TryPromoteObject()3077 AllocationResult allocation = target_space->AllocateRaw(object_size); in TryPromoteObject()3079 MigrateObject(target, object, object_size, target_space->identity()); in TryPromoteObject()