Searched refs:JdwpTracker (Results 1 – 1 of 1) sorted by relevance
395 struct JdwpTracker : public asocket { struct399 explicit JdwpTracker(TrackerKind k, bool initial) : kind(k), need_initial(initial) {} in JdwpTracker() function402 static auto& _jdwp_trackers = *new std::vector<std::unique_ptr<JdwpTracker>>();445 JdwpTracker* t = (JdwpTracker*)s; in jdwp_tracker_ready()464 auto t = std::make_unique<JdwpTracker>(kind, true); in create_process_tracker_service_socket()