Searched refs:target_space (Results 1 – 1 of 1) sorted by relevance
3005 OldSpace* target_space = heap()->TargetSpace(object); in TryPromoteObject() local3007 ASSERT(target_space == heap()->old_pointer_space() || in TryPromoteObject()3008 target_space == heap()->old_data_space()); in TryPromoteObject()3010 AllocationResult allocation = target_space->AllocateRaw(object_size); in TryPromoteObject()3015 target_space->identity()); in TryPromoteObject()