Searched refs:AllocateJSObject (Results 1 – 9 of 9) sorted by relevance
224 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()
184 JSObject* obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()193 obj = JSObject::cast(Heap::AllocateJSObject(function)); in TEST()
63 Object* object = Heap::AllocateJSObject(*Top::object_function()); in AllocateAfterFailures()
192 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()
650 CALL_HEAP_FUNCTION(Heap::AllocateJSObject(*constructor, pretenure), JSObject); in NewJSObject()
296 static Object* AllocateJSObject(JSFunction* constructor,
2295 Object* prototype = AllocateJSObject(object_function); in AllocateFunctionPrototype()2467 Object* Heap::AllocateJSObject(JSFunction* constructor, in AllocateJSObject() function in v8::internal::Heap
481 Object* object = Heap::AllocateJSObject(constructor); in Runtime_CreateCatchExtensionObject()7883 Heap::AllocateJSObject( in Runtime_DebugReferencedBy()7948 Heap::AllocateJSObject( in Runtime_DebugConstructedBy()
57 Object* result = Heap::AllocateJSObject(constructor); in CreateJSValue()