Home
last modified time | relevance | path

Searched refs:AgentSpec (Results 1 – 7 of 7) sorted by relevance

/art/runtime/ti/
Dagent.h38 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
Dagent.cc38 AgentSpec::AgentSpec(const std::string& arg) { in AgentSpec() function in art::ti::AgentSpec
48 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 <<()
/art/runtime/
Druntime_options.def129 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentLib) // -agentlib:<libname>=<options>
130 RUNTIME_OPTIONS_KEY (std::list<ti::AgentSpec>, AgentPath) // -agentpath:<libname>=<options>
Druntime.h73 class AgentSpec; variable
853 std::list<ti::AgentSpec> agent_specs_;
Dparsed_options.cc106 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()
Druntime.cc1673 ti::AgentSpec agent_spec(agent_arg); in AttachAgent()
/art/cmdline/
Dcmdline_types.h332 struct CmdlineType<std::list<ti::AgentSpec>> : CmdlineTypeParser<std::list<ti::AgentSpec>> {
339 std::list<ti::AgentSpec>& existing_value) {