Home
last modified time | relevance | path

Searched refs:AllocateRawWith (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dfactory.cc135 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()
Dheap-inl.h269 HeapObject Heap::AllocateRawWith(int size, AllocationType allocation, in AllocateRawWith() function
Dheap.h1961 V8_WARN_UNUSED_RESULT inline HeapObject AllocateRawWith(
/external/v8/src/snapshot/
Ddeserializer.cc1143 HeapObject obj = isolate()->heap()->AllocateRawWith<Heap::kRetryOrFail>( in Allocate()