Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_function_detect_recursion.cpp295 char *proto = prototype_string(f->sig->return_type, in emit_errors_unlinked()
316 char *proto = prototype_string(f->sig->return_type, in emit_errors_linked()
Dast_function.cpp74 prototype_string(const glsl_type *return_type, const char *name, in prototype_string() function
400 char *str = prototype_string(NULL, name, actual_parameters); in no_matching_function_error()
416 str = prototype_string(sig->return_type, f->name, &sig->parameters); in no_matching_function_error()
Dir.h1886 prototype_string(const glsl_type *return_type, const char *name,
/external/v8/src/parsing/
Dfunc-name-inferrer.cc35 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
Dparser.cc335 return identifier == parser_->ast_value_factory()->prototype_string(); in IsPrototype()
/external/v8/src/runtime/
Druntime-classes.cc72 if (Name::Equals(name, isolate->factory()->prototype_string())) { in RUNTIME_FUNCTION()
108 isolate->factory()->prototype_string(), in DefineClass()
160 constructor, isolate->factory()->prototype_string(), in DefineClass()
Druntime-object.cc1264 Object::GetProperty(callable, isolate->factory()->prototype_string())); in RUNTIME_FUNCTION()
/external/v8/src/
Dapi-natives.cc287 isolate->factory()->prototype_string()), in InstantiateFunction()
Daccessors.cc896 function, "update", isolate->factory()->prototype_string(), old_value); in SetFunctionPrototype()
942 isolate->factory()->prototype_string(), in FunctionPrototypeInfo()
Dobjects.cc13173 Handle<String> prototype_string = isolate->factory()->prototype_string(); in GetDerivedMap() local
13176 JSReceiver::GetProperty(new_target, prototype_string), Map); in GetDerivedMap()
/external/v8/src/compiler/
Dast-graph-builder.cc3326 Node* prototype_string = in BuildThrowIfStaticPrototype() local
3327 jsgraph()->Constant(isolate()->factory()->prototype_string()); in BuildThrowIfStaticPrototype()
3328 Node* check = NewNode(javascript()->StrictEqual(), name, prototype_string); in BuildThrowIfStaticPrototype()
Dtyper.cc1267 if (name.is_identical_to(f->prototype_string())) { in TypeJSLoadNamed()
Djs-typed-lowering.cc973 if (name.is_identical_to(factory()->prototype_string()) && in ReduceJSLoadNamed()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1131 heap_->prototype_string(), proto_or_map, in ExtractJSObjectReferences()
1137 heap_->prototype_string(), js_fun->prototype()); in ExtractJSObjectReferences()
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc864 Handle<Name> name = factory()->prototype_string(); in TEST_F()
/external/v8/src/heap/
Dheap.h301 V(prototype_string, "prototype") \
/external/v8/src/ic/
Dic.cc1129 Name::Equals(isolate()->factory()->prototype_string(), lookup->name()) && in CompileHandler()
/external/v8/src/crankshaft/
Dhydrogen.cc6417 name_.is_identical_to(isolate()->factory()->prototype_string())) { in CanAccessMonomorphic()
6532 if (info->name().is_identical_to(isolate()->factory()->prototype_string()) && in BuildMonomorphicAccess()