Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c251 #define clvalue(o)check_exp(ttisfunction(o),&(o)->value.gc->cl) macro
344 #define iscfunction(o)(ttype(o)==6&&clvalue(o)->c.isC)
430 #define curr_func(L)(clvalue(L->ci->func))
431 #define ci_func(ci)(clvalue((ci)->func))
1131 cl=&clvalue(func)->l;
2514 f=clvalue(func);
2519 f=clvalue(ci->func);
4951 cl=&clvalue(L->ci->func)->l;
5509 return(!iscfunction(o))?NULL:clvalue(o)->c.f;
5643 sethvalue(L,L->top,clvalue(o)->c.env);
[all …]

Completed in 37 milliseconds