Home
last modified time | relevance | path

Searched refs:VmDeath (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h39 virtual void VmDeath() = 0;
101 listener_->VmDeath(); in VmDeathEvent()
Djs_debugger.h137 void VmDeath() override in VmDeath() function
142 hooks_->VmDeath(); in VmDeath()
Djs_debugger_interface.h81 virtual void VmDeath() = 0;
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.h40 void VmDeath() override {} in VmDeath() function
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h90 void VmDeath() override in VmDeath() function
/arkcompiler/toolchain/tooling/test/
Djs_pt_hooks_test.cpp113 jspthooks->VmDeath(); in HWTEST_F_L0()