Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp114 if (thread->GetIsProfiling()) { in LoadJSPandaFile()
159 if (thread->GetIsProfiling()) { in LoadJSPandaFile()
203 if (thread->GetIsProfiling()) { in LoadJSPandaFileSecure()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp378 if (workerVm->GetJSThread()->GetIsProfiling()) { in StopCpuProfilerForColdStart()
412 if (vm->GetJSThread()->GetIsProfiling()) { in CpuProfilerSamplingAnyTime()
439 if (thread->GetIsProfiling()) { in CpuProfilerSamplingAnyTime()
Djsnapi.cpp463 if (thread->GetIsProfiling() && function->IsCallNapi()) { in RegisterCallback()
469 if (thread->GetIsProfiling() && function->IsCallNapi() && getStackBeforeCallNapiSuccess) { in RegisterCallback()
Djsnapi_expo.cpp2730 if (thread->GetIsProfiling()) { in GetStackBeforeCallNapiSuccess()
2740 if (thread->GetIsProfiling()) { in GetStackAfterCallNapi()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h416 bool GetIsProfiling() in GetIsProfiling() function