Searched refs:AgentSpec (Results 1 – 7 of 7) sorted by relevance
39 class AgentSpec {41 explicit AgentSpec(const std::string& arg);82 friend std::ostream& operator<<(std::ostream &os, AgentSpec const& m);85 std::ostream& operator<<(std::ostream &os, AgentSpec const& m);133 friend class AgentSpec; variable
39 AgentSpec::AgentSpec(const std::string& arg) { in AgentSpec() function in art::ti::AgentSpec49 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res, in Load()57 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env, in Attach()68 std::unique_ptr<Agent> AgentSpec::DoLoadHelper(JNIEnv* env, in DoLoadHelper()109 std::unique_ptr<Agent> AgentSpec::DoDlOpen(JNIEnv* env, in DoDlOpen()155 std::ostream& operator<<(std::ostream &os, AgentSpec const& m) { in operator <<()
329 struct CmdlineType<std::list<ti::AgentSpec>> : CmdlineTypeParser<std::list<ti::AgentSpec>> {336 std::list<ti::AgentSpec>& existing_value) {
140 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentLib) // -agentlib:<libname>=<options>141 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentPath) // -agentpath:<libname>=<options>
79 class AgentSpec; variable1072 std::list<ti::AgentSpec> agent_specs_;
124 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()
1862 ti::AgentSpec agent_spec(agent_arg); in AttachAgent()