Home
last modified time | relevance | path

Searched refs:SuspendVM (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/
H A Dvm_thread_control.h39 void SuspendVM();
H A Dvm_thread_control.cpp70 void VmThreadControl::SuspendVM() // block vm thread in SuspendVM() function in panda::ecmascript::VmThreadControl
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h143 static bool SuspendVM(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp562 HWTEST_F_L0(DFXJSNApiTests, SuspendVM) in HWTEST_F_L0()
565 ASSERT_FALSE(DFXJSNApi::SuspendVM(vm_)); in HWTEST_F_L0()
567 ASSERT_FALSE(DFXJSNApi::SuspendVM(vm_)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp795 bool DFXJSNApi::SuspendVM([[maybe_unused]] const EcmaVM *vm) in SuspendVM() function in panda::DFXJSNApi
939 success = SuspendVM(hostVm); in SuspendVMById()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp857 return DFXJSNApi::SuspendVM(iter->second);
H A Djs_thread.cpp782 vmThreadControl_->SuspendVM(); in CheckSafepoint()

Completed in 8 milliseconds