Searched refs:AllocateRawOrFail (Results 1 – 6 of 6) sorted by relevance
50 return HeapObject::FromAddress(isolate()->heap()->AllocateRawOrFail( in AllocateRaw()
70 Address LocalHeap::AllocateRawOrFail(int object_size, AllocationType type, in AllocateRawOrFail() function
144 V8_WARN_UNUSED_RESULT inline Address AllocateRawOrFail(
206 Address Heap::AllocateRawOrFail(int size, AllocationType allocation, in AllocateRawOrFail() function
2062 V8_WARN_UNUSED_RESULT inline Address AllocateRawOrFail(
1322 HeapObject obj = HeapObject::FromAddress(isolate()->heap()->AllocateRawOrFail( in Allocate()