Searched refs:AllocateJSObject (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
D | test-alloc.cc | 53 Object* object = heap->AllocateJSObject( in AllocateAfterFailures()
|
D | cctest.h | 98 using i::Heap::AllocateJSObject; in EXTENSION_LIST()
|
/external/v8/src/ |
D | factory.cc | 1512 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/ |
D | heap.h | 1380 AllocateJSObject(JSFunction* constructor,
|
D | heap.cc | 3666 AllocationResult Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap
|