Lines Matching defs:space
635 int space = code & kSpaceMask; in DeserializeDeferredObjects() local
686 HeapObject* Deserializer::PostProcessNewObject(HeapObject* obj, int space) { in PostProcessNewObject()
760 HeapObject* Deserializer::GetBackReferencedObject(int space) { in GetBackReferencedObject()
1022 #define SINGLE_CASE(where, how, within, space) \ in ReadData() argument
1125 int space = source_.Get(); in ReadData() local
1323 for (int space = 0; space < kNumberOfSpaces; space++) { in OutputStatistics() local
1327 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in OutputStatistics() local
1581 AllocationSpace space = reference.space(); in BackReferenceIsAlreadyAllocated() local
1643 AllocationSpace space = back_reference.space(); in SerializeKnownObject() local
1810 void Serializer::ObjectSerializer::SerializePrologue(AllocationSpace space, in SerializePrologue()
1883 AllocationSpace space = (allocation_size > Page::kMaxRegularHeapObjectSize) in SerializeExternalString() local
1972 AllocationSpace space = in Serialize() local
2280 BackReference Serializer::Allocate(AllocationSpace space, int size) { in Allocate()