Home
last modified time | relevance | path

Searched refs:agents_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h650 return agents_; in GetAgents()
754 std::list<ti::Agent> agents_; variable
Druntime.cc362 for (auto& agent : agents_) { in ~Runtime()
1146 agents_ = runtime_options.ReleaseOrDefault(Opt::AgentPath); in Init()
1457 for (auto& agent : agents_) { in Init()
1527 agents_.push_back(std::move(agent)); in AttachAgent()