Searched refs:array_function (Results 1 - 20 of 20) sorted by relevance

/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 Dcontexts.h108 V(ARRAY_FUNCTION_INDEX, JSFunction, array_function) \
H A Dbuiltins.cc310 isolate->context()->global_context()->array_function());
453 JSObject::cast(global_context->array_function()->prototype());
934 JSObject::cast(global_context->array_function()->prototype());
H A Dliveobjectlist.cc1337 Handle<JSObject> elements = factory->NewJSObject(isolate->array_function());
1465 factory->NewJSObject(isolate->array_function());
1595 Handle<JSObject> lols = factory->NewJSObject(isolate->array_function());
H A Dobjects-inl.h3933 Object* array_function = local
3935 if (array_function->IsJSFunction() &&
3936 this == JSFunction::cast(array_function)) {
H A Dheap.cc4418 JSFunction* array_function = global_context->array_function(); local
4419 Map* map = array_function->initial_map();
H A Druntime.cc464 JSFunction::GlobalContextFromLiterals(*literals)->array_function());
12010 isolate->factory()->NewJSObject(isolate->array_function());
12141 isolate->context()->global_context()->array_function());
12222 isolate->context()->global_context()->array_function());
/external/chromium_org/v8/src/
H A Dbootstrapper.cc851 Handle<JSFunction> array_function = local
855 array_function->shared()->DontAdaptArguments();
856 array_function->shared()->set_function_data(Smi::FromInt(kArrayCode));
860 array_function->shared()->set_length(1);
862 Handle<Map> initial_map(array_function->initial_map());
879 array_function->initial_map()->AppendDescriptor(&d, witness);
882 // array_function is used internally. JS code creating array object should
886 native_context()->set_array_function(*array_function);
892 array_function->shared()->set_construct_stub(*code);
1601 Handle<JSFunction> array_function local
1875 Handle<JSFunction> array_function = local
1972 JSFunction* array_function = native_context()->array_function(); local
[all...]
H A Dcode-stubs-hydrogen.cc87 HValue* array_function)
90 array_function);
679 HInstruction* array_function = BuildGetArrayFunction(); local
680 ArrayContextChecker checker(this, constructor, array_function);
86 ArrayContextChecker(HGraphBuilder* builder, HValue* constructor, HValue* array_function) argument
H A Dcontexts.h109 V(ARRAY_FUNCTION_INDEX, JSFunction, array_function) \
H A Dtype-info.cc223 return Handle<JSFunction>(isolate_->global_context()->array_function());
233 return Handle<JSFunction>(isolate_->global_context()->array_function());
H A Dbuiltins.cc362 JSObject::cast(native_context->array_function()->prototype());
1003 JSObject::cast(native_context->array_function()->prototype());
H A Dheap.cc5268 JSFunction* array_function = native_context->array_function(); local
5269 Map* map = array_function->initial_map();
H A Dhydrogen.cc7890 Handle<JSFunction> target(isolate()->global_context()->array_function(),
8032 Handle<JSFunction> array_function(
8033 isolate()->global_context()->array_function(), isolate());
8034 bool use_call_new_array = expr->target().is_identical_to(array_function);
8038 Add<HCheckValue>(function, array_function);
8045 Add<HCheckValue>(function, array_function);
H A Druntime.cc368 JSFunction::NativeContextFromLiterals(*literals)->array_function());
12923 isolate->factory()->NewJSObject(isolate->array_function());
13057 isolate->context()->native_context()->array_function());
13139 isolate->context()->native_context()->array_function());
H A Dobjects.cc9819 Object* array_function = native_context->get(Context::ARRAY_FUNCTION_INDEX); local
9820 if (array_function->IsJSFunction() &&
9821 *function == JSFunction::cast(array_function)) {
/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

Completed in 679 milliseconds