Home
last modified time | relevance | path

Searched refs:LOAD_MODULE (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.cpp40 ADD_CASE(DebugEvent::LOAD_MODULE); in operator <<()
H A Dtest_events.h38 LOAD_MODULE, member in panda::ecmascript::tooling::test::DebugEvent
H A Dtest_util.h110 auto predicate = []() REQUIRES(eventMutex_) { return lastEvent_ == DebugEvent::LOAD_MODULE; }; in WaitForLoadModule()
111 return WaitForEvent(DebugEvent::LOAD_MODULE, predicate, [] {}); in WaitForLoadModule()
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_single_step_test.h38 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsSingleStepTest()
H A Djs_step_over_test.h40 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsStepOverTest()
H A Djs_step_out_test.h40 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsStepOutTest()
H A Djs_step_into_test.h42 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsStepIntoTest()
H A Djs_range_error_test.h62 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsRangeErrorTest()
H A Djs_throw_exception_test.h65 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsThrowExceptionTest()
H A Djs_syntax_exception_test.h62 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsSyntaxExceptionTest()
H A Djs_variable_first_test.h44 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsVariableFirstTest()
H A Djs_variable_second_test.h44 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsVariableSecondTest()
H A Djs_dropframe_test.h59 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsDropFrameTest()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h119 LOAD_MODULE = 0x02,
151 AddListenerIfMatches(listener, eventMask, &loadModuleListeners_, Event::LOAD_MODULE, &hasLoadModuleListeners_); in AddListener()
186 RemoveListenerIfMatches(listener, eventMask, &loadModuleListeners_, Event::LOAD_MODULE, in RemoveListener()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dsampling_profiler.cpp99 RuntimeNotificationManager::Event::LOAD_MODULE); in Create()
126 RuntimeNotificationManager::Event::LOAD_MODULE); in Destroy()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dapi_test.h63 _(LOAD_MODULE) \
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h454 RuntimeNotificationManager::Event::LOAD_MODULE | RuntimeNotificationManager::Event::THREAD_EVENTS |

Completed in 10 milliseconds