Searched refs:SuspendVMById (Results 1 – 4 of 4) sorted by relevance
233 bool SuspendVMById(uint32_t tid) override;
1459 bool ArkNativeEngine::SuspendVMById(uint32_t tid) in SuspendVMById() function in ArkNativeEngine1462 return DFXJSNApi::SuspendVMById(vm_, tid); in SuspendVMById()
190 virtual bool SuspendVMById(uint32_t tid) = 0;
1283 return nativeEngine->SuspendVMById(tid); in SuspendVM()