Home
last modified time | relevance | path

Searched refs:DebugPrintCustom (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h432 V(DebugPrintCustom) \
Dcall_signature.cpp1729 DEF_CALL_SIGNATURE(DebugPrintCustom) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h106 V(DebugPrintCustom) \
437 static void DebugPrintCustom(uintptr_t fmt, ...);
Druntime_stubs.cpp661 void RuntimeStubs::DebugPrintCustom(uintptr_t fmt, ...) in DebugPrintCustom() function in panda::ecmascript::RuntimeStubs