Searched refs:lua_Debug (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/lua/src/ |
H A D | lua.h | 444 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 448 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); 451 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar); 452 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); 453 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); 454 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n); 469 struct lua_Debug { struct
|
H A D | ldebug.c | 164 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 224 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 246 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 260 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() 330 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() 386 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
H A D | ldblib.c | 150 lua_Debug ar; in db_getinfo() 212 lua_Debug ar; in db_getlocal() 237 lua_Debug ar; in db_setlocal() 314 static void hookf (lua_State *L, lua_Debug *ar) { in hookf()
|
H A D | lauxlib.c | 79 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() 100 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname() 117 lua_Debug ar; in lastlevel() 134 lua_Debug ar; in luaL_traceback() 176 lua_Debug ar; in luaL_argerror() 217 lua_Debug ar; in luaL_where()
|
H A D | lcorolib.c | 131 lua_Debug ar; in auxstatus()
|
H A D | lua.c | 43 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
|
H A D | ldo.c | 282 lua_Debug ar; in luaD_hook()
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | coalescer-cross.ll | 22 %struct.lua_Debug = type { i32, i8*, i8*, i8*, i8*, i32, i32, i32, i32, [60 x i8], i32 } 23 …i32, i32, i16, i16, i8, i8, i32, i32, void (%struct.lua_State*, %struct.lua_Debug*)*, %struct.TVal…
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A D | bdzlr.ll | 9 …2, i16, i16, i8, i8, i32, i32, void (%struct.lua_State.14.689*, %struct.lua_Debug.12.687*)*, %stru… 22 %struct.lua_Debug.12.687 = type { i32, i8*, i8*, i8*, i8*, i32, i32, i32, i32, [60 x i8], i32 }
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | main.c | 37 static void interrupt(lua_State* L, lua_Debug* ar) { in interrupt()
|
/aosp_15_r20/external/bcc/src/lua/src/ |
H A D | main.c | 39 static void lstop(lua_State *L, lua_Debug *ar) { in lstop()
|