Home
last modified time | relevance | path

Searched defs:Trampoline (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dtrampoline.cpp36 Trampoline::Trampoline(const ReaderMapping& mapping) : in Trampoline() function in Trampoline
54 Trampoline::Trampoline(const Vector& pos, bool port) : in Trampoline() function in Trampoline
H A Dtrampoline.hpp23 class Trampoline final : public Rock class
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSObject/
H A Dinitialize.m98 @interface Trampoline : NSObject interface
102 @implementation Trampoline implementation
/dports/devel/py-rx/Rx-3.2.0/rx/scheduler/
H A Dtrampoline.py10 class Trampoline(object): class
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/src/
H A Dfunction_runner.rs107 pub struct Trampoline { struct
111 impl Trampoline { implementation
/dports/games/trackballs/trackballs-1.3.3/src/
H A Dtrampoline.cc26 Trampoline::Trampoline(Game& g, int x, int y) : GameHook(g, Role_GameHook), cx(x), cy(y) {} in Trampoline() function in Trampoline
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/interceptor/
H A DTrampoline.h23 Trampoline(const MMPolicy* aMMPolicy, uint8_t* const aLocalBase, in Trampoline() function
40 Trampoline(Trampoline&& aOther) in Trampoline() function
53 MOZ_IMPLICIT Trampoline(decltype(nullptr)) in Trampoline() function
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/interceptor/
H A DTrampoline.h23 Trampoline(const MMPolicy* aMMPolicy, uint8_t* const aLocalBase, in Trampoline() function
40 Trampoline(Trampoline&& aOther) in Trampoline() function
53 MOZ_IMPLICIT Trampoline(decltype(nullptr)) in Trampoline() function
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/interceptor/
H A DTrampoline.h23 Trampoline(const MMPolicy* aMMPolicy, uint8_t* const aLocalBase, in Trampoline() function
40 Trampoline(Trampoline&& aOther) in Trampoline() function
53 MOZ_IMPLICIT Trampoline(decltype(nullptr)) in Trampoline() function
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/interceptor/
H A DTrampoline.h23 Trampoline(const MMPolicy* aMMPolicy, uint8_t* const aLocalBase, in Trampoline() function
40 Trampoline(Trampoline&& aOther) in Trampoline() function
53 MOZ_IMPLICIT Trampoline(decltype(nullptr)) in Trampoline() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dvisitor.h75 static void Trampoline(Visitor* visitor, const void* self) { in Trampoline() function
83 static void Trampoline(const WeakCallbackInfo& info, const void* self) { in Trampoline() function
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Concurrency/
H A DCurrentThreadScheduler.cs169 static class Trampoline class in System.Reactive.Concurrency.CurrentThreadScheduler
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/impl/
H A Dvisitor.h74 static void Trampoline(Visitor* visitor, const void* self) { in Trampoline() function
82 static void Trampoline(const LivenessBroker& info, const void* self) { in Trampoline() function
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkArrayDispatch.txx103 typedef Dispatch2Trampoline<Array1Head, ArrayList2> Trampoline; typedef
185 typedef Dispatch2Trampoline<ArrayHead, ValueArrayList> Trampoline; typedef
241 typedef Dispatch3Trampoline1<ArrayHead, ArrayList2, ArrayList3> Trampoline; typedef
281 typedef Dispatch3Trampoline2<Array1T, ArrayHead, ArrayList3> Trampoline; typedef
372 typedef Dispatch3Trampoline1<ArrayHead, ValueArrays2, ValueArrays3> Trampoline; typedef
/dports/devel/py-rx1/Rx-1.6.1/rx/concurrency/
H A Dcurrentthreadscheduler.py17 class Trampoline(object): class
/dports/www/firefox-esr/firefox-91.8.0/js/src/threading/
H A DThread.h80 using Trampoline = detail::ThreadTrampoline<F, Args...>; in init() local
/dports/www/firefox/firefox-99.0/js/src/threading/
H A DThread.h80 using Trampoline = detail::ThreadTrampoline<F, Args...>; in init() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/threading/
H A DThread.h80 using Trampoline = detail::ThreadTrampoline<F, Args...>; in init() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/threading/
H A DThread.h81 using Trampoline = detail::ThreadTrampoline<F, Args...>; in init() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp54 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/xray/
H A Dxray_powerpc64.cc55 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkArrayDispatch.txx111 typedef Dispatch2Trampoline<Array1Head, ArrayList2> Trampoline; typedef
207 typedef Dispatch2Trampoline<ArrayHead, ValueArrayList> Trampoline; typedef
282 typedef Dispatch3Trampoline1<ArrayHead, ArrayList2, ArrayList3> Trampoline; typedef
329 typedef Dispatch3Trampoline2<Array1T, ArrayHead, ArrayList3> Trampoline; typedef
439 typedef Dispatch3Trampoline1<ArrayHead, ValueArrays2, ValueArrays3> Trampoline; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp54 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp54 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp54 void (*Trampoline)()) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry()

1234567