Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-inl.h329 AllocationSpace space = TargetSpaceId(type); in TargetSpace()
336 AllocationSpace Heap::TargetSpaceId(InstanceType type) { in TargetSpaceId() function
385 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()
Dheap.h902 static inline AllocationSpace TargetSpaceId(InstanceType type);
Dheap.cc3506 (space != NEW_SPACE) ? space : TargetSpaceId(map->instance_type()); in Allocate()
Dhydrogen-instructions.h5567 ? (Heap::TargetSpaceId(instance_type) == OLD_POINTER_SPACE in ComputeFlags()