Home
last modified time | relevance | path

Searched refs:GetConstructor (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs57 return type.GetConstructor( argumentTypes ); in getConstructor()
97 return type.GetConstructor( new Type[0] ).Invoke( new object[0] ); in newInstance()
/external/v8/src/objects/
Dmap-inl.h699 CHECK_IMPLIES(value->IsMap(), Map::cast(value)->GetConstructor() == in SetBackPointer()
716 Object* Map::GetConstructor() const { in GetConstructor() function
727 Object* constructor = GetConstructor(); in GetFunctionTemplateInfo()
Dmap.h546 inline Object* GetConstructor() const;
/external/v8/src/ic/
Dcall-optimization.cc27 JSFunction* constructor = JSFunction::cast(holder_map->GetConstructor()); in GetAccessorContext()
/external/v8/src/
Dmap-updater.cc37 ->GetConstructor() in MapUpdater()
247 JSFunction::cast(root_map_->GetConstructor())->initial_map(), isolate_); in FindRootMap()
Dobjects.cc1273 Object* cons_obj = map->GetConstructor(); in IsTemplateFor()
2923 Object* constructor = map_of_this->GetConstructor(); in JSObjectShortPrint()
3339 Object* maybe_constructor = js_object->map()->GetConstructor(); in IsUnmodifiedApiObject()
3737 Object* maybe_constructor = map()->GetConstructor(); in class_name()
3829 Object* maybe_constructor = receiver->map()->GetConstructor(); in GetConstructorHelper()
3882 MaybeHandle<JSFunction> JSReceiver::GetConstructor( in GetConstructor() function in v8::internal::JSReceiver
3896 Object* constructor = receiver->map()->GetConstructor(); in GetCreationContext()
4873 JSFunction* constructor = JSFunction::cast(root_map->GetConstructor()); in TryUpdate()
8126 if (map_of_this->GetConstructor() == obj) { in ReferencesObject()
8194 JSFunction::cast(arguments_map->GetConstructor()); in ReferencesObject()
[all …]
Dobjects-printer.cc842 os << "\n - constructor: " << Brief(GetConstructor()); in MapPrint()
Dobjects-debug.cc1432 CHECK(map()->GetConstructor()->IsJSFunction()); in JSProxyVerify()
Dobjects-inl.h2461 Object* prototype = map()->GetConstructor(); in prototype()
Dobjects.h2152 static MaybeHandle<JSFunction> GetConstructor(Handle<JSReceiver> receiver);
Dbootstrapper.cc3686 native_context()->sloppy_arguments_map()->GetConstructor()); in InitializeGlobal()
/external/v8/src/builtins/
Dbuiltins-api.cc270 JSFunction* constructor = JSFunction::cast(obj->map()->GetConstructor()); in HandleApiCallAsFunctionOrConstructor()
Dbuiltins-collections-gen.cc95 TNode<JSFunction> GetConstructor(Variant variant,
368 context, GetConstructor(variant, native_context), new_target); in GenerateConstructor()
398 TNode<JSFunction> BaseCollectionsAssembler::GetConstructor( in GetConstructor() function in v8::internal::BaseCollectionsAssembler
/external/v8/src/profiler/
Dheap-snapshot-generator.h367 static JSFunction* GetConstructor(JSReceiver* receiver);
Dheap-snapshot-generator.cc628 JSFunction* maybe_constructor = GetConstructor(obj); in ExtractLocation()
1547 JSFunction* V8HeapExplorer::GetConstructor(JSReceiver* receiver) { in GetConstructor() function in v8::internal::V8HeapExplorer
1552 JSReceiver::GetConstructor(handle(receiver, isolate)); in GetConstructor()
/external/v8/src/heap/
Dincremental-marking.cc481 Object* constructor = map->GetConstructor(); in ShouldRetainMap()
/external/v8/src/compiler/
Djs-native-context-specialization.cc820 Object* maybe_constructor = receiver_map->GetConstructor(); in ReduceNamedAccess()
Djs-call-reducer.cc1521 native_context()->GetInitialJSArrayMap(kind)->GetConstructor()), in ReduceArrayMap()
/external/v8/
DChangeLog42422 Removed GetConstructor from the API. Instead either get the