Lines Matching refs:AllocationSpace
447 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
463 inline AllocationSpace RetrySpace();
473 explicit AllocationResult(AllocationSpace space) in AllocationResult()
677 static bool IsValidAllocationSpace(AllocationSpace space);
815 inline bool AllowedToBeMigrated(HeapObject* object, AllocationSpace dest);
1157 AllocationSpace space, GarbageCollectionReason gc_reason,
1295 bool InSpace(HeapObject* value, AllocationSpace space);
1300 bool InSpaceSlow(Address addr, AllocationSpace space);
1635 static AllocationSpace SelectSpace(PretenureFlag pretenure) { in SelectSpace()
1667 GarbageCollector SelectGarbageCollector(AllocationSpace space,
1991 int size_in_bytes, AllocationSpace space,
1996 Allocate(Map* map, AllocationSpace space,
2006 AllocateFillerObject(int size, bool double_align, AllocationSpace space);