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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/src/
H A Dfunc-name-inferrer.cc58 if (IsOpen() && !isolate()->heap()->prototype_string()->Equals(*name)) {
H A Daccessors.cc481 return object->SetLocalPropertyIgnoreAttributes(heap->prototype_string(),
507 function, "updated", isolate->factory()->prototype_string(), old_value);
H A Dbootstrapper.cc435 CallbacksDescriptor d(*factory()->prototype_string(), *prototype, attribs);
575 CallbacksDescriptor d(*factory()->prototype_string(), *prototype, attribs);
H A Dheap-snapshot-generator.cc1008 heap_->prototype_string(), proto_or_map,
1014 heap_->prototype_string(), js_fun->prototype());
H A Dheap.h238 V(prototype_string, "prototype") \
H A Dic.cc910 name->Equals(isolate()->heap()->prototype_string()) &&
H A Druntime.cc2802 String* name = isolate->heap()->prototype_string();
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc3361 __ cmp(r0, Operand(masm->isolate()->factory()->prototype_string()));
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc2911 __ cmp(ecx, Immediate(masm->isolate()->factory()->prototype_string()));
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc3691 Operand(masm->isolate()->factory()->prototype_string()));
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc2047 __ Cmp(rax, masm->isolate()->factory()->prototype_string());

Completed in 925 milliseconds