Searched refs:LOAD_MODULE (Results 1 - 17 of 17) sorted by relevance
/arkcompiler/toolchain/tooling/test/utils/ |
H A D | test_util.cpp | 40 ADD_CASE(DebugEvent::LOAD_MODULE); in operator <<()
|
H A D | test_events.h | 38 LOAD_MODULE, member in panda::ecmascript::tooling::test::DebugEvent
|
H A D | test_util.h | 110 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 D | js_single_step_test.h | 38 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsSingleStepTest()
|
H A D | js_step_over_test.h | 40 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsStepOverTest()
|
H A D | js_step_out_test.h | 40 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsStepOutTest()
|
H A D | js_step_into_test.h | 42 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsStepIntoTest()
|
H A D | js_range_error_test.h | 62 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsRangeErrorTest()
|
H A D | js_throw_exception_test.h | 65 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
in JsThrowExceptionTest()
|
H A D | js_syntax_exception_test.h | 62 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
in JsSyntaxExceptionTest()
|
H A D | js_variable_first_test.h | 44 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsVariableFirstTest()
|
H A D | js_variable_second_test.h | 44 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsVariableSecondTest()
|
H A D | js_dropframe_test.h | 59 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE); in JsDropFrameTest()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime_notification.h | 119 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 D | sampling_profiler.cpp | 99 RuntimeNotificationManager::Event::LOAD_MODULE); in Create() 126 RuntimeNotificationManager::Event::LOAD_MODULE); in Destroy()
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
H A D | api_test.h | 63 _(LOAD_MODULE) \
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | debugger.h | 454 RuntimeNotificationManager::Event::LOAD_MODULE | RuntimeNotificationManager::Event::THREAD_EVENTS |
|
Completed in 10 milliseconds