Searched refs:prototype_string (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/glsl/ |
D | ir_function_detect_recursion.cpp | 295 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()
|
D | ast_function.cpp | 74 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()
|
D | ir.h | 1886 prototype_string(const glsl_type *return_type, const char *name,
|
/external/v8/src/parsing/ |
D | func-name-inferrer.cc | 35 if (IsOpen() && name != ast_value_factory_->prototype_string()) { in PushLiteralName()
|
D | parser.cc | 335 return identifier == parser_->ast_value_factory()->prototype_string(); in IsPrototype()
|
/external/v8/src/runtime/ |
D | runtime-classes.cc | 72 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()
|
D | runtime-object.cc | 1264 Object::GetProperty(callable, isolate->factory()->prototype_string())); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | api-natives.cc | 287 isolate->factory()->prototype_string()), in InstantiateFunction()
|
D | accessors.cc | 896 function, "update", isolate->factory()->prototype_string(), old_value); in SetFunctionPrototype() 942 isolate->factory()->prototype_string(), in FunctionPrototypeInfo()
|
D | objects.cc | 13173 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/ |
D | ast-graph-builder.cc | 3326 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()
|
D | typer.cc | 1267 if (name.is_identical_to(f->prototype_string())) { in TypeJSLoadNamed()
|
D | js-typed-lowering.cc | 973 if (name.is_identical_to(factory()->prototype_string()) && in ReduceJSLoadNamed()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1131 heap_->prototype_string(), proto_or_map, in ExtractJSObjectReferences() 1137 heap_->prototype_string(), js_fun->prototype()); in ExtractJSObjectReferences()
|
/external/v8/test/unittests/compiler/ |
D | js-typed-lowering-unittest.cc | 864 Handle<Name> name = factory()->prototype_string(); in TEST_F()
|
/external/v8/src/heap/ |
D | heap.h | 301 V(prototype_string, "prototype") \
|
/external/v8/src/ic/ |
D | ic.cc | 1129 Name::Equals(isolate()->factory()->prototype_string(), lookup->name()) && in CompileHandler()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 6417 name_.is_identical_to(isolate()->factory()->prototype_string())) { in CanAccessMonomorphic() 6532 if (info->name().is_identical_to(isolate()->factory()->prototype_string()) && in BuildMonomorphicAccess()
|