MCPcopy Create free account

hub / github.com/LuaJIT/LuaJIT / functions

Functions2,629 in github.com/LuaJIT/LuaJIT

↓ 2 callersFunctionlj_cparse_case
Check string against a linear list of matches. */
src/lj_cparse.c:44
↓ 2 callersFunctionlj_crecord_loadiu64
src/lj_crecord.c:1921
↓ 2 callersFunctionlj_crecord_topcvoid
src/lj_crecord.c:1932
↓ 2 callersFunctionlj_crecord_topuint8
src/lj_crecord.c:1939
↓ 2 callersFunctionlj_ctype_info_raw
Ditto, but follow a reference. */
src/lj_ctype.c:349
↓ 2 callersFunctionlj_debug_getinfo
src/lj_debug.c:432
↓ 2 callersFunctionlj_debug_slotname
Deduce name of an object from slot number and PC. */
src/lj_debug.c:253
↓ 2 callersFunctionlj_debug_uvnamev
Get name and value of upvalue. */
src/lj_debug.c:229
↓ 2 callersFunctionlj_dispatch_init_hotcount
Initialize hotcount table. */
src/lj_dispatch.c:86
↓ 2 callersFunctionlj_ffrecord_func
Record entry to a fast function or C function. */
src/lj_ffrecord.c:1556
↓ 2 callersFunctionlj_ffrecord_select_mode
Determine mode of select() call. */
src/lj_ffrecord.c:305
↓ 2 callersFunctionlj_func_newL_empty
Create a new Lua function with empty upvalues. */
src/lj_func.c:140
↓ 2 callersFunctionlj_gdbjit_deltrace
Delete debug info for trace and notify GDB. */
src/lj_gdbjit.c:798
↓ 2 callersFunctionlj_getu16
Unaligned load of uint16_t. */
src/lj_def.h:236
↓ 2 callersFunctionlj_ir_ggfload
Load field of type t from GG_State + offset. Must be 32 bit aligned. */
src/lj_ir.c:151
↓ 2 callersFunctionlj_ir_growbot
Grow IR buffer at the bottom or shift it up. */
src/lj_ir.c:90
↓ 2 callersFunctionlj_ir_knumint
Intern number as int32_t constant if possible, otherwise as FP constant. */
src/lj_ir.c:269
↓ 2 callersFunctionlj_ir_kslot
Intern key slot. */
src/lj_ir.c:360
↓ 2 callersFunctionlj_ir_tonumber
Convert from string to number. */
src/lj_ir.c:413
↓ 2 callersFunctionlj_lex_lookahead
Look ahead for the next token. */
src/lj_lex.c:468
↓ 2 callersFunctionlj_lib_checkstrx
src/lj_lib.c:314
↓ 2 callersFunctionlj_lib_checktabornil
src/lj_lib.c:277
↓ 2 callersFunctionlj_lib_pushcc
Push internal function on the stack. */
src/lj_lib.c:155
↓ 2 callersFunctionlj_mcode_abort
Abort the reservation. */
src/lj_mcode.c:317
↓ 2 callersFunctionlj_mcode_free
Free all MCode areas. */
src/lj_mcode.c:282
↓ 2 callersFunctionlj_num2u64
** This must match the JIT backend behavior. In particular for archs ** that don't have a common hardware instruction for this conversion. ** Note tha
src/lj_obj.h:1006
↓ 2 callersFunctionlj_opt_fwd_href_nokey
Check whether HREF of TNEW/TDUP can be folded to niltv. */
src/lj_opt_mem.c:324
↓ 2 callersFunctionlj_opt_narrow_forl
Narrow the FORL index type by looking at the runtime values. */
src/lj_opt_narrow.c:598
↓ 2 callersFunctionlj_prng_seed_fixed
This is just the precomputed result of lib_math.c:random_seed(rs, 0.0). */
src/lj_prng.h:16
↓ 2 callersFunctionlj_record_next
Record a table traversal step aka next(). */
src/lj_record.c:1664
↓ 2 callersFunctionlj_record_ret
Record return. */
src/lj_record.c:902
↓ 2 callersFunctionlj_record_tailcall
Record tail call. */
src/lj_record.c:855
↓ 2 callersFunctionlj_serialize_peektype
src/lj_serialize.c:511
↓ 2 callersFunctionlj_snap_grow_buf
src/lj_snap.h:23
↓ 2 callersFunctionlj_snap_grow_map
src/lj_snap.h:28
↓ 2 callersFunctionlj_snap_purge
Purge dead slots before the next snapshot. */
src/lj_snap.c:341
↓ 2 callersFunctionlj_str_find
Find fixed string p inside string s. */
src/lj_str.c:42
↓ 2 callersFunctionlj_str_free
src/lj_str.c:358
↓ 2 callersFunctionlj_str_haspattern
Check whether a string has a pattern matching character. */
src/lj_str.c:62
↓ 2 callersFunctionlj_strfmt_putarg
Format stack arguments to buffer. */
src/lj_strfmt.c:373
↓ 2 callersFunctionlj_strfmt_putfchar
Add formatted char to buffer. */
src/lj_strfmt.c:246
↓ 2 callersFunctionlj_strfmt_wfnum
Write formatted floating-point number to either sb or p. */
src/lj_strfmt_num.c:269
↓ 2 callersFunctionlj_strfmt_wptr
Write pointer to buffer. */
src/lj_strfmt.c:135
↓ 2 callersFunctionlj_strfmt_wstrnum
Return string or write number to tmp buffer and return pointer to start. */
src/lj_strfmt.c:164
↓ 2 callersFunctionlj_tab_keyindex
Get the successor traversal index of a key. */
src/lj_tab.c:579
↓ 2 callersFunctionlj_tab_reasize
src/lj_tab.c:377
↓ 2 callersFunctionlj_tab_setinth
src/lj_tab.c:517
↓ 2 callersFunctionlj_trace_flush
Flush a trace. Only root traces are considered. */
src/lj_trace.c:266
↓ 2 callersFunctionlj_trace_free
src/lj_trace.c:172
↓ 2 callersFunctionlj_trace_unwind
Given an mcode address determine trace exit address for unwinding. */
src/lj_trace.c:958
↓ 2 callersFunctionlj_vm_foldfpm
Computes fpm(x) for extended math functions. */
src/lj_vmmath.c:97
↓ 2 callersFunctionll_bcsym
src/lib_package.c:58
↓ 2 callersFunctionllex
src/host/minilua.c:2877
↓ 2 callersFunctionloadjitmodule
Load add-on module. */
src/luajit.c:298
↓ 2 callersFunctionlower
src/host/buildvm.c:299
↓ 2 callersFunctionluaC_separateudata
src/host/minilua.c:1786
↓ 2 callersFunctionluaD_pcall
src/host/minilua.c:1207
↓ 2 callersFunctionluaD_poscall
src/host/minilua.c:1179
↓ 2 callersFunctionluaD_seterrorobj
src/host/minilua.c:989
↓ 2 callersFunctionluaF_freeupval
src/host/minilua.c:868
↓ 2 callersFunctionluaF_newLclosure
src/host/minilua.c:823
↓ 2 callersFunctionluaG_errormsg
src/host/minilua.c:2578
↓ 2 callersFunctionluaH_getn
src/host/minilua.c:1705
↓ 2 callersFunctionluaJIT_setmode
Public API function: control the JIT engine. */
src/lj_dispatch.c:245
↓ 2 callersFunctionluaK_checkstack
src/host/minilua.c:3122
↓ 2 callersFunctionluaK_goiftrue
src/host/minilua.c:3405
↓ 2 callersFunctionluaK_indexed
src/host/minilua.c:3479
↓ 2 callersFunctionluaK_nil
src/host/minilua.c:3001
↓ 2 callersFunctionluaK_ret
src/host/minilua.c:3031
↓ 2 callersFunctionluaK_setoneret
src/host/minilua.c:3192
↓ 2 callersFunctionluaK_stringK
src/host/minilua.c:3161
↓ 2 callersFunctionluaL_addstring
src/lib_aux.c:233
↓ 2 callersFunctionluaL_execresult
src/lib_aux.c:50
↓ 2 callersFunctionluaL_findtable
src/host/minilua.c:6030
↓ 2 callersFunctionluaL_loadbufferx
src/lj_load.c:137
↓ 2 callersFunctionluaL_loadfile
src/host/minilua.c:6143
↓ 2 callersFunctionluaL_loadfilex
src/lj_load.c:84
↓ 2 callersFunctionluaL_prepbuffer
src/host/minilua.c:6084
↓ 2 callersFunctionluaL_pushmodule
src/lib_aux.c:115
↓ 2 callersFunctionluaL_register
src/lib_aux.c:143
↓ 2 callersFunctionluaL_traceback
src/lj_debug.c:662
↓ 2 callersFunctionluaL_where
src/lj_err.c:1097
↓ 2 callersFunctionluaL_where
src/host/minilua.c:5896
↓ 2 callersFunctionluaM_toobig
src/host/minilua.c:548
↓ 2 callersFunctionluaO_fb2int
src/host/minilua.c:614
↓ 2 callersFunctionluaO_int2fb
src/host/minilua.c:605
↓ 2 callersFunctionluaO_str2d
src/host/minilua.c:649
↓ 2 callersFunctionluaV_lessthan
src/host/minilua.c:4834
↓ 2 callersFunctionluaV_tostring
src/host/minilua.c:4699
↓ 2 callersFunctionlua_checkstack
src/lj_api.c:102
↓ 2 callersFunctionlua_checkstack
src/host/minilua.c:5350
↓ 2 callersFunctionlua_close
src/lj_state.c:276
↓ 2 callersFunctionlua_error
src/host/minilua.c:5798
↓ 2 callersFunctionlua_getinfo
src/lj_debug.c:535
↓ 2 callersFunctionlua_getlocal
src/lj_debug.c:407
↓ 2 callersFunctionlua_isnumber
src/lj_api.c:264
↓ 2 callersFunctionlua_load
src/host/minilua.c:5789
↓ 2 callersFunctionlua_newstate
src/lib_aux.c:392
↓ 2 callersFunctionlua_newthread
src/lj_api.c:749
↓ 2 callersFunctionlua_newuserdata
src/host/minilua.c:5828
← previousnext →1,001–1,100 of 2,629, ranked by callers