Searched refs:AllocateJSObject (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/cctest/heap/ |
D | test-alloc.cc | 50 Object* object = heap->AllocateJSObject( in AllocateAfterFailures()
|
/external/v8/src/ |
D | factory.cc | 1500 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject); in NewJSObject() 1510 isolate()->heap()->AllocateJSObject(*constructor, NOT_TENURED, *site), in NewJSObjectWithMemento() 1700 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSArrayBuffer() 1711 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView() 1866 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSTypedArray() 1877 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSTypedArray()
|
/external/v8/src/heap/ |
D | heap.h | 1824 MUST_USE_RESULT AllocationResult AllocateJSObject(
|
D | heap.cc | 3530 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap
|