Home
last modified time | relevance | path

Searched defs:dispatcher (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/
Ddispatcher_test.cpp141 auto dispatcher = std::make_unique<Dispatcher>(ecmaVm, channel); in HWTEST_F_L0() local
155 auto dispatcher = std::make_unique<Dispatcher>(ecmaVm, channel); in HWTEST_F_L0() local
183 auto dispatcher = std::make_unique<Dispatcher>(ecmaVm, channel); in HWTEST_F_L0() local
206 auto dispatcher = std::make_unique<Dispatcher>(ecmaVm, channel); in HWTEST_F_L0() local
233 auto dispatcher = std::make_unique<Dispatcher>(ecmaVm, channel); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/
Ddebugger_service.cpp108 auto dispatcher = handler->GetDispatcher(); in GetCallFrames() local
127 auto dispatcher = handler->GetDispatcher(); in OperateDebugMessage() local
Ddispatcher.cpp218 auto dispatcher = dispatchers_.find(domain); in Dispatch() local
238 auto dispatcher = dispatchers_.find(domain); in OperateDebugMessage() local
285 auto dispatcher = dispatchers_.find("Debugger"); in GetJsFrames() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp298 napi_value dispatcher = info[0]; in Node_SetCallbackDispatcher() local