Home
last modified time | relevance | path

Searched refs:DebugPrint (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp36 static void DebugPrint([[maybe_unused]] const std::string &msg) in DebugPrint() function
138 DebugPrint(" GenType: "); in GenType()
141 DebugPrint(std::string(" Converting type: ") + GetDebugTypeName(checkerType) + " (" + var_name + ")"); in GenType()
432 DebugPrint("GenImportDeclaration"); in GenImportDeclaration()
460 DebugPrint("GenTypeAliasDeclaration: " + name); in GenTypeAliasDeclaration()
475 DebugPrint("GenEnumDeclaration: " + enumName); in GenEnumDeclaration()
493 DebugPrint("GenInterfaceDeclaration: " + interfaceName); in GenInterfaceDeclaration()
529 DebugPrint("GenClassDeclaration: " + className); in GenClassDeclaration()
601 DebugPrint(" GenMethodDeclaration: " + methodName); in GenMethodDeclaration()
633 DebugPrint(" GenPropDeclaratio in GenPropDeclaration()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.h112 V("debugPrint", DebugPrint, 1, INVALID) \
352 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
H A Dbuiltins_ark_tools.cpp1141 JSTaggedValue BuiltinsArkTools::DebugPrint([[maybe_unused]] EcmaRuntimeCallInfo *info)
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h129 V(DebugPrint) \
H A Druntime_stubs.h86 static void DebugPrint(int fmtMessageId, ...);
H A Druntime_stubs.cpp705 void RuntimeStubs::DebugPrint(int fmtMessageId, ...) in DebugPrint() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h497 V(DebugPrint) \
H A Dstub_builder-inl.h304 inline void StubBuilder::DebugPrint(GateRef glue, std::initializer_list<GateRef> args) in DebugPrint() function in panda::ecmascript::kungfu::StubBuilder
306 CallNGCRuntime(glue, RTSTUB_ID(DebugPrint), args); in DebugPrint()
H A Dcall_signature.cpp2158 DEF_CALL_SIGNATURE(DebugPrint) in DEF_CALL_SIGNATURE()
2161 CallSignature debugPrint("DebugPrint", 0, 1, in DEF_CALL_SIGNATURE()
H A Dstub_builder.h196 void DebugPrint(GateRef thread, std::initializer_list<GateRef> args);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp59 DebugPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \

Completed in 30 milliseconds