Home
last modified time | relevance | path

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

/external/v8/src/
Dsimulator-base.cc62 Address SimulatorBase::RedirectExternalReference(Address external_function, in RedirectExternalReference() argument
65 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference()
69 Redirection::Redirection(Address external_function, in Redirection() argument
71 : external_function_(external_function), type_(type), next_(nullptr) { in Redirection()
88 Redirection* Redirection::Get(Address external_function, in Get() argument
92 if (current->external_function_ == external_function && in Get()
97 return new Redirection(external_function, type); in Get()
Dsimulator-base.h35 static Address RedirectExternalReference(Address external_function,
121 Redirection(Address external_function, ExternalReference::Type type);
131 void* external_function() { in external_function() function
136 static Redirection* Get(Address external_function,
149 return redirection->external_function(); in ReverseRedirection()
/external/llvm/test/CodeGen/AMDGPU/
Dcall.ll5 ; CHECK: in function test_call_external{{.*}}: unsupported call to function external_function
10 declare i32 @external_function(i32) nounwind
16 %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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dunsupported-calls.ll4 declare i32 @external_function(i32) nounwind
7 ; R600: in function test_call_external{{.*}}: unsupported call to function external_function
12 %c = call i32 @external_function(i32 %b) nounwind
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dcalls.ll5 declare i32 @external_function(i32)
12 ; RV32I-NEXT: call external_function
16 %1 = call i32 @external_function(i32 %a)
/external/clang/test/Index/
Dformat-comment-cdecls.c15 extern void external_function(int x1);
Dcomment-c-decls.c20 extern void external_function(int x1);
/external/v8/src/arm64/
Dsimulator-arm64.cc436 reinterpret_cast<int64_t>(redirection->external_function()); in DoRuntimeCall()
438 TraceSim("Call to host function at %p\n", redirection->external_function()); in DoRuntimeCall()
/external/v8/src/ppc/
Dsimulator-ppc.cc1240 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/external/v8/src/arm/
Dsimulator-arm.cc1672 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/external/v8/src/mips/
Dsimulator-mips.cc2281 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/external/v8/src/mips64/
Dsimulator-mips64.cc2218 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
/external/v8/src/s390/
Dsimulator-s390.cc1891 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()