Home
last modified time | relevance | path

Searched refs:external_function (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/R600/
Dcall.ll5 ; CHECK: error: unsupported call to function external_function in test_call_external
8 declare i32 @external_function(i32) nounwind
29 %c = call i32 @external_function(i32 %b) nounwind
/external/llvm/test/CodeGen/X86/
Datom-pad-short-functions.ll3 declare void @external_function(...)
72 ; CHECK: jmp external_function
74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
/external/clang/test/Index/
Dcomment-c-decls.c20 extern void external_function(int x1);
Dformat-comment-cdecls.c15 extern void external_function(int x1);
/external/v8/src/mips/
Dsimulator-mips.cc1005 Redirection(void* external_function, ExternalReference::Type type) in Redirection() argument
1006 : external_function_(external_function), in Redirection()
1023 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
1026 static Redirection* Get(void* external_function, in Get() argument
1031 if (current->external_function_ == external_function) return current; in Get()
1033 return new Redirection(external_function, type); in Get()
1046 return redirection->external_function(); in ReverseRedirection()
1057 void* Simulator::RedirectExternalReference(void* external_function, in RedirectExternalReference() argument
1059 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference()
1599 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-mips.h332 static void* RedirectExternalReference(void* external_function,
/external/v8/src/mips64/
Dsimulator-mips64.cc936 Redirection(void* external_function, ExternalReference::Type type) in Redirection() argument
937 : external_function_(external_function), in Redirection()
954 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
957 static Redirection* Get(void* external_function, in Get() argument
962 if (current->external_function_ == external_function) return current; in Get()
964 return new Redirection(external_function, type); in Get()
977 return redirection->external_function(); in ReverseRedirection()
988 void* Simulator::RedirectExternalReference(void* external_function, in RedirectExternalReference() argument
990 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference()
1661 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-mips64.h384 static void* RedirectExternalReference(void* external_function,
/external/v8/src/arm64/
Dsimulator-arm64.cc455 Redirection(void* external_function, ExternalReference::Type type) in Redirection() argument
456 : external_function_(external_function), in Redirection()
472 T external_function() { return reinterpret_cast<T>(external_function_); } in external_function() function in v8::internal::Redirection
476 static Redirection* Get(void* external_function, in Get() argument
481 if (current->external_function_ == external_function) { in Get()
486 return new Redirection(external_function, type); in Get()
499 return redirection->external_function<void*>(); in ReverseRedirection()
553 int64_t external = redirection->external_function<int64_t>(); in DoRuntimeCall()
556 redirection->external_function<void*>()); in DoRuntimeCall()
727 void* Simulator::RedirectExternalReference(void* external_function, in RedirectExternalReference() argument
[all …]
Dsimulator-arm64.h280 static void* RedirectExternalReference(void* external_function,
/external/v8/src/arm/
Dsimulator-arm.cc790 Redirection(void* external_function, ExternalReference::Type type) in Redirection() argument
791 : external_function_(external_function), in Redirection()
808 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
811 static Redirection* Get(void* external_function, in Get() argument
816 if (current->external_function_ == external_function) { in Get()
821 return new Redirection(external_function, type); in Get()
834 return redirection->external_function(); in ReverseRedirection()
845 void* Simulator::RedirectExternalReference(void* external_function, in RedirectExternalReference() argument
847 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference()
1715 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-arm.h342 void* external_function,