Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h58 static JSTaggedValue PrintFunctionCallStat(EcmaRuntimeCallInfo *msg);
Dbuiltins_global.cpp588 JSTaggedValue BuiltinsGlobal::PrintFunctionCallStat(EcmaRuntimeCallInfo *msg) in PrintFunctionCallStat() function in panda::ecmascript::builtins::BuiltinsGlobal
591 BUILTINS_API_TRACE(thread, Global, PrintFunctionCallStat); in PrintFunctionCallStat()
Dbuiltins.cpp439 SetFunction(env, globalObject, "printFunctionCallStat", Global::PrintFunctionCallStat, 0); in InitializeGlobalObject()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h413 V(Global, PrintFunctionCallStat) \