Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AMDGPU/
Dcall.ll5 ; CHECK: error: unsupported call to function external_function in test_call_external
8 declare i32 @external_function(i32) nounwind
14 %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/arm64/
Dsimulator-arm64.cc465 Redirection(Isolate* isolate, void* external_function, in Redirection() argument
467 : external_function_(external_function), type_(type), next_(NULL) { in Redirection()
480 T external_function() { return reinterpret_cast<T>(external_function_); } in external_function() function in v8::internal::Redirection
484 static Redirection* Get(Isolate* isolate, void* external_function, in Get() argument
488 if (current->external_function_ == external_function) { in Get()
493 return new Redirection(isolate, external_function, type); in Get()
506 return redirection->external_function<void*>(); in ReverseRedirection()
574 int64_t external = redirection->external_function<int64_t>(); in DoRuntimeCall()
577 redirection->external_function<void*>()); in DoRuntimeCall()
749 void* external_function, in RedirectExternalReference() argument
[all …]
Dsimulator-arm64.h281 void* external_function,
/external/v8/src/arm/
Dsimulator-arm.cc788 Redirection(Isolate* isolate, void* external_function, in Redirection() argument
790 : external_function_(external_function), in Redirection()
806 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
809 static Redirection* Get(Isolate* isolate, void* external_function, in Get() argument
813 if (current->external_function_ == external_function) { in Get()
818 return new Redirection(isolate, external_function, type); in Get()
831 return redirection->external_function(); in ReverseRedirection()
864 void* external_function, in RedirectExternalReference() argument
866 Redirection* redirection = Redirection::Get(isolate, external_function, type); in RedirectExternalReference()
1764 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-arm.h352 Isolate* isolate, void* external_function,
/external/v8/src/ppc/
Dsimulator-ppc.cc847 Redirection(Isolate* isolate, void* external_function, in Redirection() argument
849 : external_function_(external_function), in Redirection()
864 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
867 static Redirection* Get(Isolate* isolate, void* external_function, in Get() argument
871 if (current->external_function_ == external_function) { in Get()
876 return new Redirection(isolate, external_function, type); in Get()
889 return redirection->external_function(); in ReverseRedirection()
922 void* external_function, in RedirectExternalReference() argument
924 Redirection* redirection = Redirection::Get(isolate, external_function, type); in RedirectExternalReference()
1260 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-ppc.h340 Isolate* isolate, void* external_function,
/external/v8/src/mips/
Dsimulator-mips.cc1003 Redirection(Isolate* isolate, void* external_function, in Redirection() argument
1005 : external_function_(external_function), in Redirection()
1021 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
1024 static Redirection* Get(Isolate* isolate, void* external_function, in Get() argument
1028 if (current->external_function_ == external_function) return current; in Get()
1030 return new Redirection(isolate, external_function, type); in Get()
1043 return redirection->external_function(); in ReverseRedirection()
1076 void* external_function, in RedirectExternalReference() argument
1078 Redirection* redirection = Redirection::Get(isolate, external_function, type); in RedirectExternalReference()
2066 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-mips.h422 void* external_function,
/external/v8/src/mips64/
Dsimulator-mips64.cc934 Redirection(Isolate* isolate, void* external_function, in Redirection() argument
936 : external_function_(external_function), in Redirection()
952 void* external_function() { return external_function_; } in external_function() function in v8::internal::Redirection
955 static Redirection* Get(Isolate* isolate, void* external_function, in Get() argument
959 if (current->external_function_ == external_function) return current; in Get()
961 return new Redirection(isolate, external_function, type); in Get()
974 return redirection->external_function(); in ReverseRedirection()
1007 void* external_function, in RedirectExternalReference() argument
1009 Redirection* redirection = Redirection::Get(isolate, external_function, type); in RedirectExternalReference()
2060 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
Dsimulator-mips64.h457 void* external_function,