Home
last modified time | relevance | path

Searched refs:object_function (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/wasm/
Dwasm-module.cc141 Handle<JSFunction> object_function = in GetImports() local
142 Handle<JSFunction>(isolate->native_context()->object_function(), isolate); in GetImports()
148 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetImports()
208 Handle<JSFunction> object_function = in GetExports() local
209 Handle<JSFunction>(isolate->native_context()->object_function(), isolate); in GetExports()
233 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetExports()
Dmodule-compiler.cc1869 Handle<JSFunction> object_function = Handle<JSFunction>( in ProcessExports() local
1870 isolate_->native_context()->object_function(), isolate_); in ProcessExports()
1871 exports_object = isolate_->factory()->NewJSObject(object_function); in ProcessExports()
Dwasm-js.cc297 isolate_->factory()->NewJSObject(isolate_->object_function()); in OnInstantiationSucceeded()
/external/v8/src/
Dbootstrapper.cc842 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateIteratorMaps()
850 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateIteratorMaps()
855 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateIteratorMaps()
918 Handle<JSFunction> object_function(native_context()->object_function(), in CreateIteratorMaps() local
931 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateAsyncIteratorMaps()
940 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateAsyncIteratorMaps()
972 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateAsyncIteratorMaps()
974 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateAsyncIteratorMaps()
1042 Handle<JSFunction> object_function(native_context()->object_function(), in CreateAsyncIteratorMaps() local
1054 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateAsyncFunctionMaps()
[all …]
Dproperty-descriptor.cc158 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ToObject()
Dapi-natives.cc389 constructor = isolate->object_function(); in InstantiateObject()
473 prototype = isolate->factory()->NewJSObject(isolate->object_function()); in InstantiateFunction()
Djson-parser.cc61 isolate->factory()->NewJSObject(isolate->object_function()); in Internalize()
143 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
Dfeedback-vector.cc1272 isolate->factory()->NewJSObject(isolate->object_function()); in ConvertToJSObject()
1305 return *isolate->factory()->NewJSObject(isolate->object_function()); in GetTypeProfile()
Dcontexts.h249 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Djson-stringifier.cc349 factory()->NewJSObject(isolate_->object_function()); in CurrentHolder()
Dvalue-serializer.cc1394 isolate_->factory()->NewJSObject(isolate_->object_function(), pretenure_); in ReadJSObject()
2122 isolate_->object_function(), pretenure_); in ReadObjectUsingEntireBufferForLegacyFormat()
/external/v8/src/objects/
Djs-relative-time-format.cc172 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-plural-rules.cc249 isolate->factory()->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-list-format.cc209 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-collator.cc56 isolate->factory()->NewJSObject(isolate->object_function()); in ResolvedOptions()
Dintl-objects.cc875 Handle<JSObject> element = factory->NewJSObject(isolate->object_function()); in InnerAddElement()
/external/v8/src/builtins/
Dbuiltins-console.cc142 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN()
Dbuiltins-constructor-gen.cc616 Node* object_function = in EmitCreateEmptyObjectLiteral() local
618 Node* map = LoadObjectField(object_function, in EmitCreateEmptyObjectLiteral()
Dbuiltins-object-gen.cc1261 Node* object_function = in TF_BUILTIN() local
1264 object_function, JSFunction::kPrototypeOrInitialMapOffset); in TF_BUILTIN()
1355 Node* object_function = in TF_BUILTIN() local
1358 object_function, JSFunction::kPrototypeOrInitialMapOffset); in TF_BUILTIN()
Dbuiltins-object.cc385 isolate->factory()->NewJSObject(isolate->object_function()); in BUILTIN()
/external/v8/src/compiler/
Djs-heap-broker.h225 V(JSFunction, object_function) \
/external/v8/src/heap/
Dfactory.cc2400 Handle<JSFunction> object_function(native_context->object_function(), in NewFunctionPrototype() local
2402 DCHECK(object_function->has_initial_map()); in NewFunctionPrototype()
2403 new_map = handle(object_function->initial_map(), isolate()); in NewFunctionPrototype()
2770 NewJSObject(isolate()->object_function(), pretenure); in NewJSObjectWithNullProto()
3735 return handle(context->object_function()->initial_map(), isolate()); in ObjectLiteralMapFromCache()
/external/v8/src/runtime/
Druntime-debug.cc522 isolate->factory()->NewJSObject(isolate->object_function()); in GetJSPositionInfo()
Druntime-object.cc1023 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dic.cc2479 Handle<JSFunction> constructor(isolate->native_context()->object_function(), in FastCloneObjectMap()
2536 Handle<JSFunction> constructor(isolate->native_context()->object_function(), in CloneObjectSlowPath()

12