Searched refs:AllocateArgumentsObject (Results 1 – 5 of 5) sorted by relevance
62 CHECK(!heap->AllocateArgumentsObject(Smi::FromInt(87), 10)->IsFailure()); in AllocateAfterFailures()
1212 isolate()->heap()->AllocateArgumentsObject(*callee, length), JSObject); in NewArgumentsObject()
870 MUST_USE_RESULT MaybeObject* AllocateArgumentsObject(
3591 MaybeObject* Heap::AllocateArgumentsObject(Object* callee, int length) { in AllocateArgumentsObject() function in v8::internal::Heap
7695 isolate->heap()->AllocateArgumentsObject(callee, length); in RUNTIME_FUNCTION()