Home
last modified time | relevance | path

Searched refs:array_function (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dbootstrapper.cc862 Handle<JSFunction> array_function = in InitializeGlobal() local
866 array_function->shared()->set_construct_stub( in InitializeGlobal()
868 array_function->shared()->DontAdaptArguments(); in InitializeGlobal()
872 array_function->shared()->set_length(1); in InitializeGlobal()
884 global_context()->set_array_function(*array_function); in InitializeGlobal()
885 array_function->initial_map()->set_instance_descriptors(*array_descriptors); in InitializeGlobal()
1615 Handle<JSFunction> array_function = in InstallNatives() local
1625 SetPrototype(array_function, prototype); in InstallNatives()
1627 array_function->shared()->set_construct_stub( in InstallNatives()
1629 array_function->shared()->DontAdaptArguments(); in InstallNatives()
[all …]
Dcontexts.h108 V(ARRAY_FUNCTION_INDEX, JSFunction, array_function) \
Dbuiltins.cc310 isolate->context()->global_context()->array_function()); in BUILTIN()
453 JSObject::cast(global_context->array_function()->prototype()); in IsJSArrayFastElementMovingAllowed()
934 JSObject::cast(global_context->array_function()->prototype()); in BUILTIN()
Dliveobjectlist.cc1337 Handle<JSObject> elements = factory->NewJSObject(isolate->array_function()); in DumpPrivate()
1465 factory->NewJSObject(isolate->array_function()); in SummarizePrivate()
1595 Handle<JSObject> lols = factory->NewJSObject(isolate->array_function()); in Info()
Dobjects-inl.h3933 Object* array_function = in set_initial_map_and_cache_transitions() local
3935 if (array_function->IsJSFunction() && in set_initial_map_and_cache_transitions()
3936 this == JSFunction::cast(array_function)) { in set_initial_map_and_cache_transitions()
Dheap.cc4418 JSFunction* array_function = global_context->array_function(); in AllocateJSArray() local
4419 Map* map = array_function->initial_map(); in AllocateJSArray()
Druntime.cc464 JSFunction::GlobalContextFromLiterals(*literals)->array_function()); in CreateArrayLiteralBoilerplate()
12010 isolate->factory()->NewJSObject(isolate->array_function()); in RUNTIME_FUNCTION()
12141 isolate->context()->global_context()->array_function()); in RUNTIME_FUNCTION()
12222 isolate->context()->global_context()->array_function()); in RUNTIME_FUNCTION()
/external/v8/src/ia32/
Dbuiltins-ia32.cc893 Register array_function, in AllocateEmptyJSArray() argument
902 __ LoadInitialArrayMap(array_function, scratch2, scratch1); in AllocateEmptyJSArray()
993 Register array_function, // Array function. in AllocateJSArray() argument
1005 __ LoadInitialArrayMap(array_function, scratch, elements_array); in AllocateJSArray()
/external/v8/src/x64/
Dbuiltins-x64.cc971 Register array_function, in AllocateEmptyJSArray() argument
980 __ LoadInitialArrayMap(array_function, scratch2, scratch1); in AllocateEmptyJSArray()
1071 Register array_function, // Array function. in AllocateJSArray() argument
1079 __ LoadInitialArrayMap(array_function, scratch, elements_array); in AllocateJSArray()
/external/v8/src/arm/
Dbuiltins-arm.cc109 Register array_function, in AllocateEmptyJSArray() argument
117 __ LoadInitialArrayMap(array_function, scratch2, scratch1); in AllocateEmptyJSArray()
201 Register array_function, // Array function. in AllocateJSArray() argument
211 __ LoadInitialArrayMap(array_function, scratch2, elements_array_storage); in AllocateJSArray()
/external/v8/src/mips/
Dbuiltins-mips.cc113 Register array_function, in AllocateEmptyJSArray() argument
121 __ LoadInitialArrayMap(array_function, scratch2, scratch1); in AllocateEmptyJSArray()
207 Register array_function, // Array function. in AllocateJSArray() argument
217 __ LoadInitialArrayMap(array_function, scratch2, elements_array_storage); in AllocateJSArray()