Lines Matching defs:profiler
379 CpuProfiler *profiler = nullptr;
390 profiler = vm->GetProfiler();
392 if (profiler == nullptr) {
393 LOG_ECMA(ERROR) << "CpuProfiler GetStackSignalHandler profiler is nullptr";
399 if (profiler->GetBuildNapiStack() || thread->GetGcState()) {
400 if (profiler->generator_->SemPost(0) != 0) {
412 if (profiler->generator_->SemPost(0) != 0) {
419 if (thread->IsAsmInterpreter() && profiler->IsAddrAtStubOrAot(pc) &&
420 !profiler->IsEntryFrameHeaderOrTail(thread, pc)) {
437 if (profiler->generator_->SemPost(0) != 0) {
444 profiler->GetStack(it);
451 profiler->GetStack(it);
459 profiler->GetStack(it);
463 if (profiler->generator_->SemPost(0) != 0) {