Searched refs:AgentSpec (Results 1 – 7 of 7) sorted by relevance
38 class AgentSpec {40 explicit AgentSpec(const std::string& arg);81 friend std::ostream& operator<<(std::ostream &os, AgentSpec const& m);84 std::ostream& operator<<(std::ostream &os, AgentSpec const& m);132 friend class AgentSpec; variable
38 AgentSpec::AgentSpec(const std::string& arg) { in AgentSpec() function in art::ti::AgentSpec48 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res, in Load()56 std::unique_ptr<Agent> AgentSpec::Attach(JNIEnv* env, in Attach()67 std::unique_ptr<Agent> AgentSpec::DoLoadHelper(JNIEnv* env, in DoLoadHelper()108 std::unique_ptr<Agent> AgentSpec::DoDlOpen(JNIEnv* env, in DoDlOpen()149 std::ostream& operator<<(std::ostream &os, AgentSpec const& m) { in operator <<()
129 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentLib) // -agentlib:<libname>=<options>130 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentPath) // -agentpath:<libname>=<options>
73 class AgentSpec; variable853 std::list<ti::AgentSpec> agent_specs_;
106 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()
1673 ti::AgentSpec agent_spec(agent_arg); in AttachAgent()
332 struct CmdlineType<std::list<ti::AgentSpec>> : CmdlineTypeParser<std::list<ti::AgentSpec>> {339 std::list<ti::AgentSpec>& existing_value) {