Home
last modified time | relevance | path

Searched defs:jit_State (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_jit.h331 typedef struct jit_State { struct
332 GCtrace cur; /* Current trace. */
334 lua_State *L; /* Current Lua state. */
335 const BCIns *pc; /* Current PC. */
336 GCfunc *fn; /* Current function. */
337 GCproto *pt; /* Current prototype. */
340 uint32_t flags; /* JIT engine flags. */
349 FoldState fold; /* Fold state. */
381 GCRef *trace; /* Array of traces. */
395 uint32_t prngstate; /* PRNG state. */
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_jit.h387 typedef struct jit_State { struct
388 GCtrace cur; /* Current trace. */
391 lua_State *L; /* Current Lua state. */
392 const BCIns *pc; /* Current PC. */
393 GCfunc *fn; /* Current function. */
394 GCproto *pt; /* Current prototype. */
397 uint32_t flags; /* JIT engine flags. */
406 FoldState fold; /* Fold state. */
439 GCRef *trace; /* Array of traces. */
453 uint64_t prngstate; /* PRNG state. */
[all …]
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_jit.h414 typedef struct jit_State { struct
415 GCtrace cur; /* Current trace. */
418 lua_State *L; /* Current Lua state. */
419 const BCIns *pc; /* Current PC. */
420 GCfunc *fn; /* Current function. */
421 GCproto *pt; /* Current prototype. */
424 uint32_t flags; /* JIT engine flags. */
433 FoldState fold; /* Fold state. */
464 uint8_t retryrec; /* Retry recording. */
466 GCRef *trace; /* Array of traces. */
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_jit.h387 typedef struct jit_State { struct
388 GCtrace cur; /* Current trace. */
391 lua_State *L; /* Current Lua state. */
392 const BCIns *pc; /* Current PC. */
393 GCfunc *fn; /* Current function. */
394 GCproto *pt; /* Current prototype. */
397 uint32_t flags; /* JIT engine flags. */
406 FoldState fold; /* Fold state. */
439 GCRef *trace; /* Array of traces. */
453 uint32_t prngstate; /* PRNG state. */
[all …]
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_jit.h319 typedef struct jit_State { struct
320 GCtrace cur; /* Current trace. */
322 lua_State *L; /* Current Lua state. */
323 const BCIns *pc; /* Current PC. */
324 GCfunc *fn; /* Current function. */
325 GCproto *pt; /* Current prototype. */
337 FoldState fold; /* Fold state. */
365 int needsplit; /* Need SPLIT pass. */
368 GCRef *trace; /* Array of traces. */
381 uint32_t prngstate; /* PRNG state. */
[all …]
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_jit.h318 typedef struct jit_State { struct
319 GCtrace cur; /* Current trace. */
321 lua_State *L; /* Current Lua state. */
322 const BCIns *pc; /* Current PC. */
323 GCfunc *fn; /* Current function. */
324 GCproto *pt; /* Current prototype. */
336 FoldState fold; /* Fold state. */
364 int needsplit; /* Need SPLIT pass. */
367 GCRef *trace; /* Array of traces. */
380 uint32_t prngstate; /* PRNG state. */
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_jit.h318 typedef struct jit_State { struct
319 GCtrace cur; /* Current trace. */
321 lua_State *L; /* Current Lua state. */
322 const BCIns *pc; /* Current PC. */
323 GCfunc *fn; /* Current function. */
324 GCproto *pt; /* Current prototype. */
336 FoldState fold; /* Fold state. */
364 int needsplit; /* Need SPLIT pass. */
367 GCRef *trace; /* Array of traces. */
380 uint32_t prngstate; /* PRNG state. */
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_jit.h318 typedef struct jit_State { struct
319 GCtrace cur; /* Current trace. */
321 lua_State *L; /* Current Lua state. */
322 const BCIns *pc; /* Current PC. */
323 GCfunc *fn; /* Current function. */
324 GCproto *pt; /* Current prototype. */
336 FoldState fold; /* Fold state. */
364 int needsplit; /* Need SPLIT pass. */
367 GCRef *trace; /* Array of traces. */
380 uint32_t prngstate; /* PRNG state. */
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_jit.h415 typedef struct jit_State { struct
416 GCtrace cur; /* Current trace. */
419 lua_State *L; /* Current Lua state. */
420 const BCIns *pc; /* Current PC. */
421 GCfunc *fn; /* Current function. */
422 GCproto *pt; /* Current prototype. */
425 uint32_t flags; /* JIT engine flags. */
434 FoldState fold; /* Fold state. */
465 uint8_t retryrec; /* Retry recording. */
467 GCRef *trace; /* Array of traces. */
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_jit.h415 typedef struct jit_State { struct
416 GCtrace cur; /* Current trace. */
419 lua_State *L; /* Current Lua state. */
420 const BCIns *pc; /* Current PC. */
421 GCfunc *fn; /* Current function. */
422 GCproto *pt; /* Current prototype. */
425 uint32_t flags; /* JIT engine flags. */
434 FoldState fold; /* Fold state. */
465 uint8_t retryrec; /* Retry recording. */
467 GCRef *trace; /* Array of traces. */
[all …]