Searched refs:GetIsProfiling (Results 1 – 4 of 4) sorted by relevance
97 if (thread->GetIsProfiling()) { in LoadJSPandaFile()142 if (thread->GetIsProfiling()) { in LoadJSPandaFile()186 if (thread->GetIsProfiling()) { in LoadJSPandaFileSecure()
286 if (workerVm->GetJSThread()->GetIsProfiling()) { in StopCpuProfilerForColdStart()320 if (vm->GetJSThread()->GetIsProfiling()) { in CpuProfilerSamplingAnyTime()347 if (thread->GetIsProfiling()) { in CpuProfilerSamplingAnyTime()
2847 if (thread->GetIsProfiling() && function->IsCallNapi()) { in RegisterCallback()2853 if (thread->GetIsProfiling() && function->IsCallNapi() && getStackBeforeCallNapiSuccess) { in RegisterCallback()
480 bool GetIsProfiling() in GetIsProfiling() function