/third_party/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 281 char *proto = prototype_string(f->sig->return_type, in emit_errors_unlinked() 302 char *proto = prototype_string(f->sig->return_type, in emit_errors_linked()
|
D | ast_function.cpp | 88 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function 820 char *str = prototype_string(sig->return_type, f->name, in print_function_prototypes() 844 char *str = prototype_string(NULL, name, actual_parameters); in no_matching_function_error()
|
D | ir.h | 2521 prototype_string(const glsl_type *return_type, const char *name,
|
/third_party/node/deps/v8/src/parsing/ |
D | func-name-inferrer.cc | 28 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
|
D | parser-base.h | 6499 if (impl()->IdentifierEquals(name, avf->prototype_string())) { in CheckClassMethodName() 6525 if (is_static && impl()->IdentifierEquals(name, avf->prototype_string())) { in CheckClassFieldName()
|
/third_party/node/src/ |
D | node_realm.cc | 65 Local<String> prototype_string = in CreateProperties() local 77 ctor.As<Object>()->Get(ctx, prototype_string).ToLocalChecked(); \ in CreateProperties()
|
/third_party/node/deps/v8/src/objects/ |
D | js-function.cc | 1003 Handle<String> prototype_string = isolate->factory()->prototype_string(); in GetDerivedMap() local 1006 JSReceiver::GetProperty(isolate, new_target, prototype_string), Map); in GetDerivedMap()
|
D | literal-objects.cc | 644 static_desc.AddConstant(isolate, factory->prototype_string(), in BuildClassBoilerplate()
|
D | objects.cc | 942 isolate->factory()->prototype_string()), in OrdinaryHasInstance()
|
/third_party/node/src/api/ |
D | environment.cc | 621 Local<String> prototype_string = in InitializeContextRuntime() local 633 ->Get(context, prototype_string) in InitializeContextRuntime()
|
/third_party/node/deps/v8/src/init/ |
D | heap-symbols.h | 357 V(_, prototype_string, "prototype") \
|
D | bootstrapper.cc | 935 factory()->prototype_string(), in CreateIteratorMaps() 1062 factory()->prototype_string(), in CreateAsyncIteratorMaps()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-classes.cc | 609 isolate->factory()->prototype_string()), in DefineClass()
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.cc | 480 isolate->factory()->prototype_string()), in GetInstancePrototype()
|
/third_party/node/deps/v8/src/builtins/ |
D | accessors.cc | 357 return MakeAccessor(isolate, isolate->factory()->prototype_string(), in MakeFunctionPrototypeInfo()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3754 prototype_string(), function_prototype_accessor(), attribs); in CreateSloppyFunctionMap() 3832 prototype_string(), function_prototype_accessor(), attribs); in CreateStrictFunctionMap() 3875 prototype_string(), function_prototype_accessor(), ro_attribs); in CreateClassFunctionMap()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1175 SetPropertyReference(entry, roots.prototype_string(), proto_or_map, in ExtractJSObjectReferences() 1179 SetPropertyReference(entry, roots.prototype_string(), in ExtractJSObjectReferences()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 894 LookupIterator it(isolate, function, isolate->factory()->prototype_string(), in JSFunctionVerify()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 198 V(prototype_string, prototype_string, PrototypeString) \
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 954 *lookup->name() == roots.prototype_string() && in ComputeHandler()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-native-context-specialization.cc | 1407 name.equals(MakeRef(broker(), factory()->prototype_string()))) { in ReduceJSLoadNamed()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-generator.cc | 2671 ->LoadLiteral(ast_string_constants()->prototype_string()) in BuildClassLiteral()
|