Home
last modified time | relevance | path

Searched refs:VM_START (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/tooling/test/utils/
Dtest_util.h77 return WaitForEvent(DebugEvent::VM_START, in WaitForInit()
89 if (event == DebugEvent::VM_START) {
99 lastEvent_ = DebugEvent::VM_START; in Reset()
Dtest_events.h39 VM_START, enumerator
Dtest_util.cpp45 ADD_CASE(DebugEvent::VM_START); in operator <<()
Dtest_hooks.h95 TestUtil::Event(DebugEvent::VM_START); in VmStart()