Searched refs:prototype_string (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_function_detect_recursion.cpp295 char *proto = prototype_string(f->sig->return_type,
316 char *proto = prototype_string(f->sig->return_type,
H A Dast_function.cpp74 prototype_string(const glsl_type *return_type, const char *name, function
400 char *str = prototype_string(NULL, name, actual_parameters);
416 str = prototype_string(sig->return_type, f->name, &sig->parameters);
H A Dir.h1886 prototype_string(const glsl_type *return_type, const char *name,
/external/v8/src/
H A Dfunc-name-inferrer.cc36 if (IsOpen() && name != ast_value_factory_->prototype_string()) {
H A Daccessors.cc912 function, "update", isolate->factory()->prototype_string(), old_value);
963 isolate->factory()->prototype_string(),
H A Dheap-snapshot-generator.cc1127 heap_->prototype_string(), proto_or_map,
1133 heap_->prototype_string(), js_fun->prototype());
H A Dparser.cc371 return identifier == parser_->ast_value_factory()->prototype_string();
H A Dhydrogen.cc6089 name_.is_identical_to(isolate()->factory()->prototype_string())) {
6187 if (info->name().is_identical_to(isolate()->factory()->prototype_string()) &&
H A Dobjects.cc3857 !Name::Equals(it.isolate()->factory()->prototype_string(),
/external/v8/src/heap/
H A Dheap.h296 V(prototype_string, "prototype") \
/external/v8/src/ic/
H A Dic.cc965 Name::Equals(isolate()->factory()->prototype_string(), lookup->name()) &&

Completed in 282 milliseconds