Lines Matching defs:allocation
155 // A SlotAccessor for creating a Handle, which saves a Handle allocation when
448 // Postpone allocation of backing store to avoid triggering the GC.
516 // We should link new allocation sites, but we can't do this immediately
638 AllocationType allocation = SpaceToAllocation(space);
648 allocation = isolate()
651 allocation, *map);
656 // to be in a 'sufficiently initialised' state by the time the next allocation
672 // - We ensure this is the case by DCHECKing on object allocation that the
675 Allocate(allocation, size_in_bytes, HeapObject::RequiredAlignment(*map));
948 // allocation point and write a pointer to it to the current object.
1311 HeapObject Deserializer<IsolateT>::Allocate(AllocationType allocation, int size,
1323 size, allocation, AllocationOrigin::kRuntime, alignment));