Home
last modified time | relevance | path

Searched refs:target_space (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc3072 OldSpace* target_space = heap()->TargetSpace(object); in TryPromoteObject() local
3074 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()