Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc1650 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject); in NewJSObject()
1857 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSArrayBuffer()
1868 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView()
2038 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSTypedArray()
2049 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSTypedArray()
/external/v8/src/heap/
Dheap.h1915 MUST_USE_RESULT AllocationResult AllocateJSObject(
Dheap.cc3515 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap