Searched refs:AllocateJSObject (Results 1 – 3 of 3) sorted by relevance
1740 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject); in NewJSObject()1953 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSArrayBuffer()1964 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView()2144 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSTypedArray()2155 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateJSObject( in NewJSTypedArray()
1953 MUST_USE_RESULT AllocationResult AllocateJSObject(
3577 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap