Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c317 static Instruction symbexec (const Proto *pt, int lastpc, int reg) { in symbexec() function
485 return (symbexec(pt, pt->sizecode, NO_REG) != 0); in luaG_checkcode()
506 i = symbexec(p, pc, stackpos); /* try symbolic execution */ in getobjname()