Searched refs:SuspendVM (Results 1 – 16 of 16) sorted by relevance
49 bool SuspendVM(uint32_t tid) override in SuspendVM() function168 bool SuspendVM(uint32_t tid) override in SuspendVM() function
44 bool SuspendVM(uint32_t tid) override in SuspendVM() function
46 bool SuspendVM(uint32_t tid) override in SuspendVM() function
47 bool SuspendVM(uint32_t tid) override in SuspendVM() function
51 bool SuspendVM(uint32_t tid) override { return false; } in SuspendVM() function
98 virtual bool SuspendVM(uint32_t tid) = 0;
91 bool SuspendVM(uint32_t tid) override;
45 engine->SuspendVM(); in Run()
230 bool SuspendVM() override;
1789 bool ArkNativeEngine::SuspendVM() in SuspendVM() function in ArkNativeEngine1791 return DFXJSNApi::SuspendVM(vm_); in SuspendVM()
187 virtual bool SuspendVM() = 0;
452 auto result = runtime->SuspendVM(gettid());
1279 bool JsRuntime::SuspendVM(uint32_t tid) in SuspendVM() function in OHOS::AbilityRuntime::JsRuntime
63 MOCK_METHOD(bool, SuspendVM, (uint32_t tid));
2467 arkNativeEngine->SuspendVM(); in GetStacktraceMessage()
3596 if (arkNativeEngine->SuspendVM()) { in GetStacktraceMessage()