Searched refs:Agent (Results 1 – 10 of 10) sorted by relevance
39 class Agent {80 explicit Agent(std::string arg);82 Agent(const Agent& other);83 Agent& operator=(const Agent& other);85 Agent(Agent&& other);86 Agent& operator=(Agent&& other);88 ~Agent();106 friend std::ostream& operator<<(std::ostream &os, Agent const& m);109 std::ostream& operator<<(std::ostream &os, Agent const& m);110 std::ostream& operator<<(std::ostream &os, const Agent* m);
35 Agent::LoadError Agent::DoLoadHelper(bool attaching, in DoLoadHelper()76 void* Agent::FindSymbol(const std::string& name) const { in FindSymbol()81 Agent::LoadError Agent::DoDlOpen(/*out*/std::string* error_msg) { in DoDlOpen()111 void Agent::Unload() { in Unload()126 Agent::Agent(std::string arg) in Agent() function in art::ti::Agent140 Agent::Agent(const Agent& other) in Agent() function in art::ti::Agent149 Agent& Agent::operator=(const Agent& other) { in operator =()178 Agent::Agent(Agent&& other) in Agent() function in art::ti::Agent186 Agent& Agent::operator=(Agent&& other) { in operator =()205 Agent::~Agent() { in ~Agent()[all …]
2 Attached Agent for test 909-attach-agent5 Attached Agent for test 909-attach-agent
1 Loaded Agent for test 901-hello-ti-agent5 Agent in live phase.
126 RUNTIME_OPTIONS_KEY (std::list<ti::Agent>, AgentLib) // -agentlib:<libname>=<options>127 RUNTIME_OPTIONS_KEY (std::list<ti::Agent>, AgentPath) // -agentpath:<libname>=<options>
66 class Agent; variable649 const std::list<ti::Agent>& GetAgents() const { in GetAgents()754 std::list<ti::Agent> agents_;
1461 ti::Agent::LoadError result = agent.Load(&res, &err); in Init()1462 if (result == ti::Agent::kInitializationError) { in Init()1464 } else if (result != ti::Agent::kNoError) { in Init()1521 ti::Agent agent(agent_arg); in AttachAgent()1524 ti::Agent::LoadError result = agent.Attach(&res, &error_msg); in AttachAgent()1526 if (result == ti::Agent::kNoError) { in AttachAgent()
100 .WithType<std::list<ti::Agent>>().AppendValues() in MakeParser()
965 for (const ti::Agent& agent : Runtime::Current()->GetAgents()) { in FindCodeForNativeMethodInAgents()
406 struct CmdlineType<std::list<ti::Agent>> : CmdlineTypeParser<std::list<ti::Agent>> {413 std::list<ti::Agent>& existing_value) {