Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp97 if (thread->GetIsProfiling()) { in LoadJSPandaFile()
142 if (thread->GetIsProfiling()) { in LoadJSPandaFile()
186 if (thread->GetIsProfiling()) { in LoadJSPandaFileSecure()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp286 if (workerVm->GetJSThread()->GetIsProfiling()) { in StopCpuProfilerForColdStart()
320 if (vm->GetJSThread()->GetIsProfiling()) { in CpuProfilerSamplingAnyTime()
347 if (thread->GetIsProfiling()) { in CpuProfilerSamplingAnyTime()
Djsnapi.cpp2847 if (thread->GetIsProfiling() && function->IsCallNapi()) { in RegisterCallback()
2853 if (thread->GetIsProfiling() && function->IsCallNapi() && getStackBeforeCallNapiSuccess) { in RegisterCallback()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h480 bool GetIsProfiling() in GetIsProfiling() function