Searched refs:DebugPrint (Results 1 – 7 of 7) sorted by relevance
415 V(DebugPrint) \
253 inline void StubBuilder::DebugPrint(GateRef glue, std::initializer_list<GateRef> args) in DebugPrint() function255 CallNGCRuntime(glue, RTSTUB_ID(DebugPrint), args); in DebugPrint()
142 void DebugPrint(GateRef thread, std::initializer_list<GateRef> args);
1364 DEF_CALL_SIGNATURE(DebugPrint) in DEF_CALL_SIGNATURE() argument
97 V(DebugPrint) \354 static void DebugPrint(int fmtMessageId, ...);
407 void RuntimeStubs::DebugPrint(int fmtMessageId, ...) in DebugPrint() function in panda::ecmascript::RuntimeStubs
42 … DebugPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \