Home
last modified time | relevance | path

Searched refs:VoidPtrPair (Results 1 – 13 of 13) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITStubs.h215 struct VoidPtrPair { struct
219 #define RETURN_POINTER_PAIR(a,b) VoidPtrPair pair = { a, b }; return pair argument
223 typedef uint64_t VoidPtrPair; typedef
226 VoidPtrPair i;
333 VoidPtrPair JIT_STUB cti_op_call_arityCheck(STUB_ARGS_DECLARATION);
H A DJITStubs.cpp1670 DEFINE_STUB_FUNCTION(VoidPtrPair, op_call_arityCheck) in DEFINE_STUB_FUNCTION() argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITStubs.h215 struct VoidPtrPair { struct
219 #define RETURN_POINTER_PAIR(a,b) VoidPtrPair pair = { a, b }; return pair argument
223 typedef uint64_t VoidPtrPair; typedef
226 VoidPtrPair i;
333 VoidPtrPair JIT_STUB cti_op_call_arityCheck(STUB_ARGS_DECLARATION);
H A DJITStubs.cpp1670 DEFINE_STUB_FUNCTION(VoidPtrPair, op_call_arityCheck) in DEFINE_STUB_FUNCTION() argument
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITStubs.h215 struct VoidPtrPair { struct
219 #define RETURN_POINTER_PAIR(a,b) VoidPtrPair pair = { a, b }; return pair argument
223 typedef uint64_t VoidPtrPair; typedef
226 VoidPtrPair i;
333 VoidPtrPair JIT_STUB cti_op_call_arityCheck(STUB_ARGS_DECLARATION);
H A DJITStubs.cpp1670 DEFINE_STUB_FUNCTION(VoidPtrPair, op_call_arityCheck) in DEFINE_STUB_FUNCTION() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/generated/
H A DGeneratedJITStubs_RVCT.h287 extern "C" VoidPtrPair JITStubThunked_op_call_arityCheck(STUB_ARGS_DECLARATION);
288 __asm VoidPtrPair cti_op_call_arityCheck(STUB_ARGS_DECLARATION) in cti_op_call_arityCheck()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/generated/
H A DGeneratedJITStubs_RVCT.h287 extern "C" VoidPtrPair JITStubThunked_op_call_arityCheck(STUB_ARGS_DECLARATION);
288 __asm VoidPtrPair cti_op_call_arityCheck(STUB_ARGS_DECLARATION) in cti_op_call_arityCheck()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/generated/
H A DGeneratedJITStubs_RVCT.h287 extern "C" VoidPtrPair JITStubThunked_op_call_arityCheck(STUB_ARGS_DECLARATION);
288 __asm VoidPtrPair cti_op_call_arityCheck(STUB_ARGS_DECLARATION) in cti_op_call_arityCheck()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2009-06-164845 Removed one of the two possible definitions of VoidPtrPair. The Mac
16456 Make VoidPtrPair actually be a pair of void*s.
25996 VoidPtrPair breaks CTI on Linux
25998 The VoidPtrPair return change made in r37457 does not work on Linux
26001 This patch uses a union to vectorize VoidPtrPair to a uint64_t and
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2009-06-164845 Removed one of the two possible definitions of VoidPtrPair. The Mac
16456 Make VoidPtrPair actually be a pair of void*s.
25996 VoidPtrPair breaks CTI on Linux
25998 The VoidPtrPair return change made in r37457 does not work on Linux
26001 This patch uses a union to vectorize VoidPtrPair to a uint64_t and
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2009-06-164845 Removed one of the two possible definitions of VoidPtrPair. The Mac
16456 Make VoidPtrPair actually be a pair of void*s.
25996 VoidPtrPair breaks CTI on Linux
25998 The VoidPtrPair return change made in r37457 does not work on Linux
26001 This patch uses a union to vectorize VoidPtrPair to a uint64_t and
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2009-06-164845 Removed one of the two possible definitions of VoidPtrPair. The Mac
16456 Make VoidPtrPair actually be a pair of void*s.
25996 VoidPtrPair breaks CTI on Linux
25998 The VoidPtrPair return change made in r37457 does not work on Linux
26001 This patch uses a union to vectorize VoidPtrPair to a uint64_t and