/external/llvm/test/CodeGen/AMDGPU/ |
D | call.ll | 5 ; 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/ |
D | atom-pad-short-functions.ll | 3 declare void @external_function(...) 72 ; CHECK: jmp external_function 74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
|
/external/clang/test/Index/ |
D | comment-c-decls.c | 20 extern void external_function(int x1);
|
D | format-comment-cdecls.c | 15 extern void external_function(int x1);
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 465 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 …]
|
D | simulator-arm64.h | 281 void* external_function,
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 788 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()
|
D | simulator-arm.h | 352 Isolate* isolate, void* external_function,
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 847 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()
|
D | simulator-ppc.h | 340 Isolate* isolate, void* external_function,
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 1003 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()
|
D | simulator-mips.h | 422 void* external_function,
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 934 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()
|
D | simulator-mips64.h | 457 void* external_function,
|