Searched refs:DebugPrint (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
H A D | declgenEts2Ts.cpp | 36 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 D | builtins_ark_tools.h | 112 V("debugPrint", DebugPrint, 1, INVALID) \ 352 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
|
H A D | builtins_ark_tools.cpp | 1141 JSTaggedValue BuiltinsArkTools::DebugPrint([[maybe_unused]] EcmaRuntimeCallInfo *info)
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 129 V(DebugPrint) \
|
H A D | runtime_stubs.h | 86 static void DebugPrint(int fmtMessageId, ...);
|
H A D | runtime_stubs.cpp | 705 void RuntimeStubs::DebugPrint(int fmtMessageId, ...) in DebugPrint() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_signature.h | 497 V(DebugPrint) \
|
H A D | stub_builder-inl.h | 304 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 D | call_signature.cpp | 2158 DEF_CALL_SIGNATURE(DebugPrint) in DEF_CALL_SIGNATURE() 2161 CallSignature debugPrint("DebugPrint", 0, 1, in DEF_CALL_SIGNATURE()
|
H A D | stub_builder.h | 196 void DebugPrint(GateRef thread, std::initializer_list<GateRef> args);
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_stubs.cpp | 59 DebugPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \
|
Completed in 30 milliseconds