Searched refs:i_ci (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | ldebug.c | 119 ar->i_ci = ci; in lua_getstack() 183 name = findlocal(L, ar->i_ci, n, &pos); in lua_getlocal() 200 name = findlocal(L, ar->i_ci, n, &pos); in lua_setlocal() 324 ci = ar->i_ci; in lua_getinfo()
|
D | lua.h | 456 struct CallInfo *i_ci; /* active function */ member
|
D | ldo.c | 262 ar.i_ci = ci; in luaD_hook()
|
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 558 V(TableGrow, 0xfc0f, i_ci) \ 721 V(i_ci, kWasmI32, kWasmFuncRef, kWasmI32) \
|