Lines Matching refs:workerVm
199 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void {
200 uint32_t curTid = workerVm->GetTid();
202 DumpHeapSnapshotWithVm(workerVm, dumpOption, tid);
241 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void {
242 curTid = workerVm->GetTid();
245 TriggerGCWithVm(workerVm);
571 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void {
572 if (workerVm->GetJSThread()->GetIsProfiling()) {
573 DFXJSNApi::StopCpuProfilerForFile(workerVm);
625 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void {
626 auto *thread = workerVm->GetAssociatedJSThread();
627 std::string fileName = ConvertToStdString(workerVm->GetBundleName()) + "_"
639 const_cast<EcmaVM *>(vm)->EnumerateWorkerVm([&](const EcmaVM *workerVm) -> void {
640 auto *thread = workerVm->GetAssociatedJSThread();
642 DFXJSNApi::StopCpuProfilerForFile(workerVm);