HomeSort by relevance Sort by last modified time
    Searched refs:restorestack (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
ldo.c 237 ci->top = restorestack(L, ci_top);
238 L->top = restorestack(L, top);
282 func = restorestack(L, funcr); /* previous call may change stack */
310 ci->func = restorestack(L, funcr);
328 func = restorestack(L, funcr);
363 firstResult = restorestack(L, fr);
459 oldtop = restorestack(L, ci->extra);
506 ci->func = restorestack(L, ci->extra);
597 StkId oldtop = restorestack(L, old_top);
ldebug.c 562 StkId errfunc = restorestack(L, L->errfunc);
lvm.c 104 p3 = restorestack(L, result);

Completed in 349 milliseconds