Home
last modified time | relevance | path

Searched refs:op_debug (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/adl/
H A Dadl.h216 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F)) \
221 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1)) \
226 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1, P2)) \
231 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1, P2, P3)) \
236 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1, P2, P3, P4)) \
376 bool op_debug(const char *fmt, ...) const;
H A Dadl.cpp1117 bool AdlEngine::op_debug(const char *fmt, ...) const { in op_debug() function in Adl::AdlEngine
1375 (void)op_debug("IF\n\tROOM == %s", roomStr(env.getCommand().room).c_str()); in matchCommand()
1376 …(void)op_debug("\t&& SAID(%s, %s)", verbStr(env.getCommand().verb).c_str(), nounStr(env.getCommand… in matchCommand()
1389 (void)op_debug("FAIL\n"); in matchCommand()
1401 (void)op_debug("THEN"); in doActions()
1413 (void)op_debug("ABORT\n"); in doActions()
1421 (void)op_debug("END\n"); in doActions()
/dports/games/scummvm/scummvm-2.5.1/engines/adl/
H A Dadl.h228 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F)) \
233 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1)) \
238 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1, P2)) \
243 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1, P2, P3)) \
248 if (DebugMan.isDebugChannelEnabled(kDebugChannelScript) && op_debug(F, P1, P2, P3, P4)) \
392 bool op_debug(const char *fmt, ...) const;
H A Dadl.cpp1135 bool AdlEngine::op_debug(const char *fmt, ...) const { in op_debug() function in Adl::AdlEngine
1393 (void)op_debug("IF\n\tROOM == %s", roomStr(env.getCommand().room).c_str()); in matchCommand()
1394 …(void)op_debug("\t&& SAID(%s, %s)", verbStr(env.getCommand().verb).c_str(), nounStr(env.getCommand… in matchCommand()
1407 (void)op_debug("FAIL\n"); in matchCommand()
1419 (void)op_debug("THEN"); in doActions()
1431 (void)op_debug("ABORT\n"); in doActions()
1439 (void)op_debug("END\n"); in doActions()
/dports/emulators/hugo/hugo-2.12/
H A Doptable.h41 typedef struct op_debug { struct
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DOpcode.h172 macro(op_debug, 4) \
H A DCodeBlock.cpp1107 case op_debug: { in dump()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DOpcode.h172 macro(op_debug, 4) \
H A DCodeBlock.cpp1107 case op_debug: { in dump()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DOpcode.h172 macro(op_debug, 4) \
H A DCodeBlock.cpp1107 case op_debug: { in dump()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecode/
H A DOpcode.h192 macro(op_debug, 4) \
H A DCodeBlock.cpp1212 case op_debug: { in dump()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Ddrcbex64.h137 void op_debug(Assembler &a, const uml::instruction &inst);
H A Ddrcbex86.h138 void op_debug(Assembler &a, const uml::instruction &inst);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Ddrcbex64.h137 void op_debug(Assembler &a, const uml::instruction &inst);
H A Ddrcbex86.h138 void op_debug(Assembler &a, const uml::instruction &inst);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DJIT.cpp224 DEFINE_OP(op_debug) in privateCompileMainPass()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp229 DEFINE_OP(op_debug) in privateCompileMainPass()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp229 DEFINE_OP(op_debug) in privateCompileMainPass()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJIT.cpp229 DEFINE_OP(op_debug) in privateCompileMainPass()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp3906 DEFINE_OPCODE(op_debug) { in privateExecute()
3918 vPC += OPCODE_LENGTH(op_debug); in privateExecute()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp3908 DEFINE_OPCODE(op_debug) { in privateExecute()
3920 vPC += OPCODE_LENGTH(op_debug); in privateExecute()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DInterpreter.cpp3908 DEFINE_OPCODE(op_debug) { in privateExecute()
3920 vPC += OPCODE_LENGTH(op_debug); in privateExecute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1642 emitOpcode(op_debug); in emitDebugHook()

12