Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationSpace

713       AllocationSpace space, const char* gc_reason = NULL,
855 bool InSpace(Address addr, AllocationSpace space);
856 bool InSpace(HeapObject* value, AllocationSpace space);
860 static inline AllocationSpace TargetSpaceId(InstanceType type);
864 inline bool AllowedToBeMigrated(HeapObject* object, AllocationSpace dest);
1618 GarbageCollector SelectGarbageCollector(AllocationSpace space,
1649 static AllocationSpace SelectSpace(int object_size,
1650 AllocationSpace preferred_old_space,
1663 int size_in_bytes, AllocationSpace space, AllocationSpace retry_space);
1667 Allocate(Map* map, AllocationSpace space,
1683 AllocateFillerObject(int size, bool double_align, AllocationSpace space);
2186 int current_space_; // from enum AllocationSpace.