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

  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py     [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.c 539 newframe: /* reentry point when frame changes (call/return) */
720 goto newframe; /* restart luaV_execute over new Lua function */
749 goto newframe; /* restart luaV_execute over new Lua function */
764 goto newframe; /* restart luaV_execute over new Lua function */
  /external/pcre/dist/
pcre_exec.c 351 heapframe *newframe = frame->Xnextframe;\
352 if (newframe == NULL)\
354 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
355 if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\
356 newframe->Xnextframe = NULL;\
357 frame->Xnextframe = newframe;\
360 newframe->Xeptr = ra;\
361 newframe->Xecode = rb;\
362 newframe->Xmstart = mstart;\
363 newframe->Xoffset_top = rc;
    [all...]

Completed in 591 milliseconds