Searched defs:array_function (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/arm/
H A Dbuiltins-arm.cc95 Register array_function,
104 __ ldr(scratch1, FieldMemOperand(array_function,
161 // register array_function holds the built-in Array function and the register
170 Register array_function, // Array function.
183 FieldMemOperand(array_function,
94 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, int initial_capacity, Label* gc_required) argument
169 AllocateJSArray(MacroAssembler* masm, Register array_function, Register array_size, Register result, Register elements_array_storage, Register elements_array_end, Register scratch1, Register scratch2, bool fill_with_hole, Label* gc_required) argument
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc701 Register array_function,
711 __ mov(scratch1, FieldOperand(array_function,
790 // register array_function holds the built-in Array function and the register
799 Register array_function, // Array function.
811 FieldOperand(array_function,
700 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, int initial_capacity, Label* gc_required) argument
798 AllocateJSArray(MacroAssembler* masm, Register array_function, Register array_size, Register result, Register elements_array, Register elements_array_end, Register scratch, bool fill_with_hole, Label* gc_required) argument
/external/v8/src/x64/
H A Dbuiltins-x64.cc473 Register array_function,
483 __ movq(scratch1, FieldOperand(array_function,
562 // register array_function holds the built-in Array function and the register
571 Register array_function, // Array function.
583 FieldOperand(array_function,
472 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, int initial_capacity, Label* gc_required) argument
570 AllocateJSArray(MacroAssembler* masm, Register array_function, Register array_size, Register result, Register elements_array, Register elements_array_end, Register scratch, bool fill_with_hole, Label* gc_required) argument
/external/v8/src/
H A Dbootstrapper.cc649 Handle<JSFunction> array_function = local
653 array_function->shared()->set_construct_stub(
655 array_function->shared()->DontAdaptArguments();
659 array_function->shared()->set_length(1);
668 global_context()->set_js_array_map(array_function->initial_map());
671 // array_function is used internally. JS code creating array object should
675 global_context()->set_array_function(*array_function);
H A Dbuiltins.cc191 Top::context()->global_context()->array_function();
312 JSFunction* array_function = local
313 Top::context()->global_context()->array_function();
314 JSObject* prototype = JSObject::cast(array_function->prototype());
340 JSFunction* array_function =
341 Top::context()->global_context()->array_function();
342 JSObject* prototype = JSObject::cast(array_function->prototype());
383 JSFunction* array_function = local
384 Top::context()->global_context()->array_function();
385 JSObject* prototype = JSObject::cast(array_function
498 JSFunction* array_function = local
574 JSFunction* array_function = local
[all...]

Completed in 35 milliseconds