Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-alloc.cc53 Object* object = heap->AllocateJSObject( in AllocateAfterFailures()
Dcctest.h98 using i::Heap::AllocateJSObject; in EXTENSION_LIST()
/external/v8/src/
Dfactory.cc1512 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject); in NewJSObject()
1522 isolate()->heap()->AllocateJSObject(*constructor, NOT_TENURED, *site), in NewJSObjectWithMemento()
1703 isolate()->heap()->AllocateJSObject(*array_buffer_fun), in NewJSArrayBuffer()
1713 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView()
1741 isolate()->heap()->AllocateJSObject(*typed_array_fun_handle), in NewJSTypedArray()
/external/v8/src/heap/
Dheap.h1380 AllocateJSObject(JSFunction* constructor,
Dheap.cc3666 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap