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

/external/v8/src/heap/
H A Dmark-compact.cc1621 inline bool TryEvacuateObject(PagedSpace* target_space, HeapObject* object, argument
1628 AllocationResult allocation = target_space->AllocateRaw(size, alignment);
1630 MigrateObject(*target_object, object, size, target_space->identity());
1902 CompactionSpace* target_space = compaction_spaces_->Get( variable
1905 if (TryEvacuateObject(target_space, object, &target_object)) {

Completed in 133 milliseconds