Searched refs:external_function (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Index/
H A Dcomment-c-decls.c20 extern void external_function(int x1);
21 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
H A Dformat-comment-cdecls.c15 extern void external_function(int x1);
16 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1005 Redirection(void* external_function, ExternalReference::Type type) argument
1006 : external_function_(external_function),
1023 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
1026 static Redirection* Get(void* external_function, argument
1031 if (current->external_function_ == external_function) return current;
1033 return new Redirection(external_function, type);
1046 return redirection->external_function();
1057 void* Simulator::RedirectExternalReference(void* external_function, argument
1059 Redirection* redirection = Redirection::Get(external_function, type);
1599 reinterpret_cast<intptr_t>(redirection->external_function());
[all...]
H A Dsimulator-mips.h332 static void* RedirectExternalReference(void* external_function,
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc455 Redirection(void* external_function, ExternalReference::Type type) argument
456 : external_function_(external_function),
472 T external_function() { return reinterpret_cast<T>(external_function_); } function in class:v8::internal::Redirection
476 static Redirection* Get(void* external_function, argument
481 if (current->external_function_ == external_function) {
486 return new Redirection(external_function, type);
499 return redirection->external_function<void*>();
553 int64_t external = redirection->external_function<int64_t>();
556 redirection->external_function<void*>());
727 void* Simulator::RedirectExternalReference(void* external_function, argument
[all...]
H A Dsimulator-arm64.h280 static void* RedirectExternalReference(void* external_function,
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc790 Redirection(void* external_function, ExternalReference::Type type) argument
791 : external_function_(external_function),
808 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
811 static Redirection* Get(void* external_function, argument
816 if (current->external_function_ == external_function) {
821 return new Redirection(external_function, type);
834 return redirection->external_function();
845 void* Simulator::RedirectExternalReference(void* external_function, argument
847 Redirection* redirection = Redirection::Get(external_function, type);
1715 reinterpret_cast<intptr_t>(redirection->external_function());
[all...]
H A Dsimulator-arm.h342 void* external_function,
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc936 Redirection(void* external_function, ExternalReference::Type type) argument
937 : external_function_(external_function),
954 void* external_function() { return external_function_; } function in class:v8::internal::Redirection
957 static Redirection* Get(void* external_function, argument
962 if (current->external_function_ == external_function) return current;
964 return new Redirection(external_function, type);
977 return redirection->external_function();
988 void* Simulator::RedirectExternalReference(void* external_function, argument
990 Redirection* redirection = Redirection::Get(external_function, type);
1661 reinterpret_cast<intptr_t>(redirection->external_function());
[all...]
H A Dsimulator-mips64.h384 static void* RedirectExternalReference(void* external_function,

Completed in 298 milliseconds