Home
last modified time | relevance | path

Searched refs:DebugPrint (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h415 V(DebugPrint) \
Dstub_builder-inl.h253 inline void StubBuilder::DebugPrint(GateRef glue, std::initializer_list<GateRef> args) in DebugPrint() function
255 CallNGCRuntime(glue, RTSTUB_ID(DebugPrint), args); in DebugPrint()
Dstub_builder.h142 void DebugPrint(GateRef thread, std::initializer_list<GateRef> args);
Dcall_signature.cpp1364 DEF_CALL_SIGNATURE(DebugPrint) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h97 V(DebugPrint) \
354 static void DebugPrint(int fmtMessageId, ...);
Druntime_stubs.cpp407 void RuntimeStubs::DebugPrint(int fmtMessageId, ...) in DebugPrint() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp42DebugPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \