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

/external/v8/src/arm/
H A Dbuiltins-arm.cc109 Register array_function,
117 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
192 // register array_function holds the built-in Array function and the register
201 Register array_function, // Array function.
211 __ LoadInitialArrayMap(array_function, scratch2, elements_array_storage);
108 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, Label* gc_required) argument
200 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.cc893 Register array_function,
902 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
984 // register array_function holds the built-in Array function and the register
993 Register array_function, // Array function.
1005 __ LoadInitialArrayMap(array_function, scratch, elements_array);
892 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, Label* gc_required) argument
992 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/mips/
H A Dbuiltins-mips.cc113 Register array_function,
121 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
198 // register array_function holds the built-in Array function and the register
207 Register array_function, // Array function.
217 __ LoadInitialArrayMap(array_function, scratch2, elements_array_storage);
112 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, Label* gc_required) argument
206 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/x64/
H A Dbuiltins-x64.cc971 Register array_function,
980 __ LoadInitialArrayMap(array_function, scratch2, scratch1);
1062 // register array_function holds the built-in Array function and the register
1071 Register array_function, // Array function.
1079 __ LoadInitialArrayMap(array_function, scratch, elements_array);
970 AllocateEmptyJSArray(MacroAssembler* masm, Register array_function, Register result, Register scratch1, Register scratch2, Register scratch3, Label* gc_required) argument
1070 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.cc862 Handle<JSFunction> array_function = local
866 array_function->shared()->set_construct_stub(
868 array_function->shared()->DontAdaptArguments();
872 array_function->shared()->set_length(1);
880 // array_function is used internally. JS code creating array object should
884 global_context()->set_array_function(*array_function);
885 array_function->initial_map()->set_instance_descriptors(*array_descriptors);
1615 Handle<JSFunction> array_function = local
1625 SetPrototype(array_function, prototype);
1627 array_function
1742 JSFunction* array_function = global_context()->array_function(); local
[all...]
H A Dheap.cc4418 JSFunction* array_function = global_context->array_function(); local
4419 Map* map = array_function->initial_map();
H A Dobjects-inl.h3933 Object* array_function = local
3935 if (array_function->IsJSFunction() &&
3936 this == JSFunction::cast(array_function)) {

Completed in 535 milliseconds