Lines Matching defs:space

248   for (Space* space = spaces.next(); space != NULL; space = spaces.next()) {  in Available()  local
261 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector()
476 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects() local
504 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterDeserialization() local
720 #define UPDATE_COUNTERS_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
727 #define UPDATE_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
734 #define UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
1146 for (int space = NEW_SPACE; space < Serializer::kNumberOfSpaces; space++) { in ReserveSpace() local
2137 AllocationSpace space) { in AllocateFillerObject()
2451 AllocationSpace space = SelectSpace(pretenure); in AllocateHeapNumber() local
3008 AllocationSpace space = (pretenure == TENURED) ? OLD_SPACE : NEW_SPACE; in AllocateForeign() local
3022 AllocationSpace space = SelectSpace(pretenure); in AllocateByteArray() local
3246 AllocationSpace space = SelectSpace(pretenure); in AllocateFixedTypedArrayWithExternalPointer() local
3290 AllocationSpace space = SelectSpace(pretenure); in AllocateFixedTypedArray() local
3432 AllocationResult Heap::Allocate(Map* map, AllocationSpace space, in Allocate()
3509 AllocationSpace space = SelectSpace(pretenure); in AllocateJSObjectFromMap() local
3708 AllocationSpace space = SelectSpace(pretenure); in AllocateRawOneByteString() local
3732 AllocationSpace space = SelectSpace(pretenure); in AllocateRawTwoByteString() local
3867 AllocationSpace space = SelectSpace(pretenure); in AllocateRawFixedArray() local
3936 AllocationSpace space = SelectSpace(pretenure); in AllocateRawFixedDoubleArray() local
4308 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in Print() local
4369 bool Heap::InSpace(HeapObject* value, AllocationSpace space) { in InSpace()
4374 bool Heap::InSpace(Address addr, AllocationSpace space) { in InSpace()
4395 bool Heap::IsValidAllocationSpace(AllocationSpace space) { in IsValidAllocationSpace()
5055 for (PagedSpace* space = spaces.next(); space != NULL; in DisableInlineAllocation() local