Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddynasm.lua728 local function dumpdef(out) function
729 local lvl = g_opt.dumpdef
733 if g_arch then g_arch.dumpdef(out, lvl) end
925 dumpdef(fout == stdout and stderr or stdout)
961 dumpdef(stderr)
1018 function opt_map.dumpdef() g_opt.dumpdef = g_opt.dumpdef + 1 end
1047 g_opt.dumpdef = 0
1071 if g_opt.dumpdef > 0 then return dumpdef(stdout) end
H A Ddasm_mips.lua979 function _M.dumpdef(out, lvl)
H A Ddasm_arm.lua1084 function _M.dumpdef(out, lvl)
H A Ddasm_arm64.lua1137 function _M.dumpdef(out, lvl)
H A Ddasm_ppc.lua1890 function _M.dumpdef(out, lvl)
H A Ddasm_x86.lua2283 function _M.dumpdef(out, lvl)

Completed in 50 milliseconds