Home | History | Annotate | Download | only in src

Lines Matching refs:AllocationSpace

334   static Object* Allocate(Map* map, AllocationSpace space);
582 AllocationSpace space,
583 AllocationSpace retry_space);
630 static bool CollectGarbage(int required_space, AllocationSpace space);
720 static bool InSpace(Address addr, AllocationSpace space);
721 static bool InSpace(HeapObject* value, AllocationSpace space);
725 static inline AllocationSpace TargetSpaceId(InstanceType type);
1020 static GarbageCollector SelectGarbageCollector(AllocationSpace space);
1023 static void PerformGarbageCollection(AllocationSpace space,
1284 int current_space_; // from enum AllocationSpace.