Searched refs:AllocateRawWith (Results 1 – 4 of 4) sorted by relevance
135 result = heap->AllocateRawWith<Heap::kRetryOrFail>( in BuildInternal()138 result = heap->AllocateRawWith<Heap::kLightRetry>( in BuildInternal()248 return isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>( in AllocateRaw()259 isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>(size, allocation); in AllocateRawWithAllocationSite()286 isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>(size, allocation); in New()300 HeapObject result = heap->AllocateRawWith<Heap::kRetryOrFail>( in NewFillerObject()1036 isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>(size, allocation); in NewContext()1428 HeapObject result = isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>( in NewMap()1508 HeapObject raw_clone = isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>( in CopyJSObjectWithAllocationSite()1937 HeapObject result = heap->AllocateRawWith<Heap::kRetryOrFail>( in CopyCode()
269 HeapObject Heap::AllocateRawWith(int size, AllocationType allocation, in AllocateRawWith() function
1961 V8_WARN_UNUSED_RESULT inline HeapObject AllocateRawWith(
1143 HeapObject obj = isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>( in Allocate()