Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap.cc224 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
243 obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
524 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
541 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(constructor)); in TEST()
613 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
633 JSArray* array = JSArray::cast(Heap::AllocateJSObject(function)); in TEST()
673 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(constructor)); in TEST()
Dtest-mark-compact.cc184 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
193 obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
Dtest-alloc.cc63 Object* object = Heap::AllocateJSObject(*Top::object_function()); in AllocateAfterFailures()
/external/v8/src/
Dbuiltins.cc192 Object* obj = Heap::AllocateJSObject(constructor); in BUILTIN()
500 Object* result = Heap::AllocateJSObject(array_function); in BUILTIN()
578 Object* result = Heap::AllocateJSObject(array_function); in BUILTIN()
Dfactory.cc650 CALL_HEAP_FUNCTION(Heap::AllocateJSObject(*constructor, pretenure), JSObject); in NewJSObject()
Dheap.h296 static Object* AllocateJSObject(JSFunction* constructor,
Dheap.cc2295 Object* prototype = AllocateJSObject(object_function); in AllocateFunctionPrototype()
2467 Object* Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap
Druntime.cc481 Object* object = Heap::AllocateJSObject(constructor); in Runtime_CreateCatchExtensionObject()
7883 Heap::AllocateJSObject( in Runtime_DebugReferencedBy()
7948 Heap::AllocateJSObject( in Runtime_DebugConstructedBy()
Dobjects.cc57 Object* result = Heap::AllocateJSObject(constructor); in CreateJSValue()