Home
last modified time | relevance | path

Searched refs:dumpdef (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddynasm.lua729 local function dumpdef(out) function
730 local lvl = g_opt.dumpdef
734 if g_arch then g_arch.dumpdef(out, lvl) end
926 dumpdef(fout == stdout and stderr or stdout)
962 dumpdef(stderr)
1019 function opt_map.dumpdef() g_opt.dumpdef = g_opt.dumpdef + 1 end
1048 g_opt.dumpdef = 0
1072 if g_opt.dumpdef > 0 then return dumpdef(stdout) end
H A Ddasm_mips.lua1152 function _M.dumpdef(out, lvl)
H A Ddasm_arm.lua1084 function _M.dumpdef(out, lvl)
H A Ddasm_arm64.lua1190 function _M.dumpdef(out, lvl)
H A Ddasm_ppc.lua1890 function _M.dumpdef(out, lvl)
H A Ddasm_x86.lua2361 function _M.dumpdef(out, lvl)

Completed in 39 milliseconds