Searched refs:AgentSpec (Results 1 – 6 of 6) 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 <<()
332 struct CmdlineType<std::list<ti::AgentSpec>> : CmdlineTypeParser<std::list<ti::AgentSpec>> {339 std::list<ti::AgentSpec>& existing_value) {
135 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentLib) // -agentlib:<libname>=<options>136 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentPath) // -agentpath:<libname>=<options>
76 class AgentSpec; variable965 std::list<ti::AgentSpec> agent_specs_;
121 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()