Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc50 struct AgentInfo { struct
74 static AgentInfo* GetAgentInfo(jvmtiEnv* jvmti) { in GetAgentInfo()
75 AgentInfo* ai = nullptr; in GetAgentInfo()
148 AgentInfo* ai = GetAgentInfo(jvmti); in CbClassFileLoadHook()
216 AgentInfo* ai = GetAgentInfo(jvmti); in AgentMain()
275 AgentInfo* ai = new AgentInfo; in AgentStart()