Home
last modified time | relevance | path

Searched refs:prototype_string (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp283 char *proto = prototype_string(f->sig->return_type, in emit_errors_unlinked()
304 char *proto = prototype_string(f->sig->return_type, in emit_errors_linked()
Dast_function.cpp80 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function
703 char *str = prototype_string(sig->return_type, f->name, in print_function_prototypes()
727 char *str = prototype_string(NULL, name, actual_parameters); in no_matching_function_error()
Dir.h2423 prototype_string(const glsl_type *return_type, const char *name,
/external/v8/src/parsing/
Dfunc-name-inferrer.cc33 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
/external/v8/src/
Dheap-symbols.h171 V(prototype_string, "prototype") \
Dapi-natives.cc449 isolate->factory()->prototype_string()), in GetInstancePrototype()
Daccessors.cc351 return MakeAccessor(isolate, isolate->factory()->prototype_string(), in MakeFunctionPrototypeInfo()
Dcode-stub-assembler.h71 V(prototype_string, prototype_string, PrototypeString) \
Dobjects-debug.cc951 LookupIterator it(isolate, function, isolate->factory()->prototype_string(), in JSFunctionVerify()
Dbootstrapper.cc864 factory()->prototype_string(), in CreateIteratorMaps()
984 factory()->prototype_string(), in CreateAsyncIteratorMaps()
Dobjects.cc783 isolate->factory()->prototype_string()), in OrdinaryHasInstance()
13349 Handle<String> prototype_string = isolate->factory()->prototype_string(); in GetDerivedMap() local
13352 JSReceiver::GetProperty(isolate, new_target, prototype_string), Map); in GetDerivedMap()
/external/v8/src/objects/
Dliteral-objects.cc478 static_desc.AddConstant(isolate, factory->prototype_string(), in BuildClassBoilerplate()
/external/v8/src/runtime/
Druntime-classes.cc566 isolate->factory()->prototype_string()), in DefineClass()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc977 SetPropertyReference(obj, entry, roots.prototype_string(), in ExtractJSObjectReferences()
981 SetPropertyReference(obj, entry, roots.prototype_string(), in ExtractJSObjectReferences()
/external/v8/src/heap/
Dfactory.cc3957 prototype_string(), function_prototype_accessor(), attribs); in CreateSloppyFunctionMap()
4033 prototype_string(), function_prototype_accessor(), attribs); in CreateStrictFunctionMap()
4068 prototype_string(), function_prototype_accessor(), ro_attribs); in CreateClassFunctionMap()
/external/v8/src/ic/
Dic.cc755 if (receiver->IsJSFunction() && *lookup->name() == roots.prototype_string() && in ComputeHandler()
/external/v8/src/compiler/
Djs-native-context-specialization.cc1104 p.name().is_identical_to(factory()->prototype_string())) { in ReduceJSLoadNamed()
/external/v8/src/interpreter/
Dbytecode-generator.cc1872 ->LoadLiteral(ast_string_constants()->prototype_string()) in BuildClassLiteral()