Lines Matching defs:allocation
145 AllocationResult allocation =
148 if (!allocation.To(&result)) return allocation;
162 AllocationResult allocation =
164 if (!allocation.To(&result)) return allocation;
204 AllocationResult allocation = AllocateRaw(size, allocation_type);
205 if (!allocation.To(&result)) return allocation;
217 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize);
218 if (!allocation.To(&obj)) return false;
226 { // Partial map allocation
273 AllocationResult allocation = AllocateRaw(WeakArrayList::SizeForCapacity(0),
275 if (!allocation.To(&obj)) return false;
284 AllocationResult allocation =
286 if (!allocation.To(&obj)) return false;
292 AllocationResult allocation =
294 if (!allocation.To(&obj)) return false;
300 AllocationResult allocation =
302 if (!allocation.To(&obj)) return false;
320 AllocationResult allocation =
322 if (!allocation.To(&obj)) return false;
356 { // Map allocation
596 AllocationResult allocation =
598 if (!allocation.To(&obj)) return false;
604 AllocationResult allocation =
606 if (!allocation.To(&obj)) return false;