Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-alloc.cc50 Object* object = heap->AllocateJSObject( in AllocateAfterFailures()
/external/v8/src/
Dfactory.cc1500 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/
Dheap.h1824 MUST_USE_RESULT AllocationResult AllocateJSObject(
Dheap.cc3530 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap