Lines Matching defs:allocation
1156 AllocationResult allocation; in ReserveSpace() local
2065 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap() local
2099 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap() local
2141 AllocationResult allocation = AllocateRaw(size, space, align); in AllocateFillerObject() local
2184 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
2209 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local
2215 AllocationResult allocation = Allocate(null_map(), OLD_SPACE); in CreateInitialMaps() local
2222 AllocationResult allocation = Allocate(undefined_map(), OLD_SPACE); in CreateInitialMaps() local
2234 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local
2336 AllocationResult allocation = AllocateMap(entry.type, entry.size); in CreateInitialMaps() local
2348 AllocationResult allocation = AllocateMap(EXTERNAL_ONE_BYTE_STRING_TYPE, in CreateInitialMaps() local
2420 AllocationResult allocation = in CreateInitialMaps() local
2455 AllocationResult allocation = AllocateRaw(size, space, kDoubleUnaligned); in AllocateHeapNumber() local
2497 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in SIMD128_TYPES() local
2511 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocatePropertyCell() local
2529 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateWeakCell() local
2543 AllocationResult allocation = AllocateRawFixedArray(capacity, TENURED); in AllocateTransitionArray() local
3010 AllocationResult allocation = Allocate(foreign_map(), space); in AllocateForeign() local
3025 AllocationResult allocation = AllocateRaw(size, space); in AllocateByteArray() local
3049 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateBytecodeArray() local
3249 AllocationResult allocation = AllocateRaw(size, space); in AllocateFixedTypedArrayWithExternalPointer() local
3293 AllocationResult allocation = AllocateRaw( in AllocateFixedTypedArray() local
3312 AllocationResult allocation = AllocateRaw(object_size, CODE_SPACE); in AllocateCode() local
3346 AllocationResult allocation; in CopyCode() local
3375 AllocationResult allocation = in CopyCode() local
3390 AllocationResult allocation = AllocateRaw(new_obj_size, CODE_SPACE); in CopyCode() local
3441 AllocationResult allocation = AllocateRaw(size, space); in Allocate() local
3511 AllocationResult allocation = Allocate(map, space, allocation_site); in AllocateJSObjectFromMap() local
3527 AllocationResult allocation = AllocateJSObjectFromMap( in AllocateJSObject() local
3555 AllocationResult allocation = AllocateRaw(adjusted_object_size, NEW_SPACE); in CopyJSObject() local
3577 AllocationResult allocation; in CopyJSObject() local
3593 AllocationResult allocation = CopyFixedArray(properties); in CopyJSObject() local
3670 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateInternalizedStringImpl() local
3712 AllocationResult allocation = AllocateRaw(size, space); in AllocateRawOneByteString() local
3736 AllocationResult allocation = AllocateRaw(size, space); in AllocateRawTwoByteString() local
3753 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateEmptyFixedArray() local
3771 AllocationResult allocation = AllocateRawFixedArray(len, TENURED); in CopyAndTenureFixedCOWArray() local
3804 AllocationResult allocation = AllocateRawFixedArray(new_len, pretenure); in CopyFixedArrayAndGrow() local
3824 AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); in CopyFixedArrayWithMap() local
3850 AllocationResult allocation = AllocateRawFixedDoubleArray(len, NOT_TENURED); in CopyFixedDoubleArrayWithMap() local
3883 AllocationResult allocation = AllocateRawFixedArray(length, pretenure); in AllocateFixedArrayWithFiller() local
3905 AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); in AllocateUninitializedFixedArray() local
3920 AllocationResult allocation = AllocateRawFixedDoubleArray(length, pretenure); in AllocateUninitializedFixedDoubleArray() local
3940 AllocationResult allocation = AllocateRaw(size, space, kDoubleAligned); in AllocateRawFixedDoubleArray() local
3953 AllocationResult allocation = AllocateRaw(Symbol::kSize, OLD_SPACE); in AllocateSymbol() local
3993 AllocationResult allocation = Allocate(map, OLD_SPACE); in AllocateStruct() local