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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 160 const Instruction *oldpc; /* last pc traced */ member in struct:lua_State
lvm.c 77 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
78 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */
81 L->oldpc = ci->u.l.savedpc;
ldebug.c 59 L->oldpc = L->ci->u.l.savedpc;
ldo.c 365 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */

Completed in 1726 milliseconds