Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc1740 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()
/external/v8/src/heap/
Dheap.h1953 MUST_USE_RESULT AllocationResult AllocateJSObject(
Dheap.cc3577 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap