Searched refs:TargetSpaceId (Results 1 – 4 of 4) sorted by relevance
329 AllocationSpace space = TargetSpaceId(type); in TargetSpace()336 AllocationSpace Heap::TargetSpaceId(InstanceType type) { in TargetSpaceId() function385 return dst == src || dst == TargetSpaceId(type); in AllowedToBeMigrated()388 (dst == TargetSpaceId(type) || obj->IsFiller() || in AllowedToBeMigrated()391 return dst == src && dst == TargetSpaceId(type); in AllowedToBeMigrated()
902 static inline AllocationSpace TargetSpaceId(InstanceType type);
3506 (space != NEW_SPACE) ? space : TargetSpaceId(map->instance_type()); in Allocate()
5567 ? (Heap::TargetSpaceId(instance_type) == OLD_POINTER_SPACE in ComputeFlags()