Searched refs:savestack (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 520 #define savestack(L,p)((char*)(p)-(char*)L->stack) macro 1115 ptrdiff_t funcr=savestack(L,func); 1130 funcr=savestack(L,func); 1255 status=luaD_pcall(L,f_parser,&p,savestack(L,L->top),L->errfunc); 4712 ptrdiff_t result=savestack(L,res); 5781 func=savestack(L,o); 5785 status=luaD_pcall(L,f_call,&c,savestack(L,c.func),func);
|
Completed in 28 milliseconds