Home
last modified time | relevance | path

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

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