Home
last modified time | relevance | path

Searched refs:dispatcherTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp26 static std::unordered_map<std::string, AgentHandler> dispatcherTable { in Dispatch() local
36 auto entry = dispatcherTable.find(method); in Dispatch()
37 if (entry != dispatcherTable.end() && entry->second != nullptr) { in Dispatch()
Dprofiler_impl.cpp26 static std::unordered_map<std::string, AgentHandler> dispatcherTable { in Dispatch() local
43 auto entry = dispatcherTable.find(method); in Dispatch()
44 if (entry != dispatcherTable.end() && entry->second != nullptr) { in Dispatch()
Dheapprofiler_impl.cpp23 static std::unordered_map<std::string, AgentHandler> dispatcherTable { in Dispatch() local
40 auto entry = dispatcherTable.find(method); in Dispatch()
41 if (entry != dispatcherTable.end() && entry->second != nullptr) { in Dispatch()
Druntime_impl.cpp28 static std::unordered_map<std::string, AgentHandler> dispatcherTable { in Dispatch() local
39 auto entry = dispatcherTable.find(method); in Dispatch()
40 if (entry != dispatcherTable.end()) { in Dispatch()
Ddebugger_impl.cpp280 static std::unordered_map<std::string, AgentHandler> dispatcherTable { in Dispatch() local
304 auto entry = dispatcherTable.find(method); in Dispatch()
305 if (entry != dispatcherTable.end() && entry->second != nullptr) { in Dispatch()