Home | History | Annotate | Download | only in heap

Lines Matching refs:target_space

1607   inline bool TryEvacuateObject(PagedSpace* target_space, HeapObject* object,
1614 AllocationResult allocation = target_space->AllocateRaw(size, alignment);
1616 MigrateObject(*target_object, object, size, target_space->identity());
1888 CompactionSpace* target_space = compaction_spaces_->Get(
1891 target_space, object, &target_object)) {