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.cc48 struct AgentInfo { struct
72 static AgentInfo* GetAgentInfo(jvmtiEnv* jvmti) { in GetAgentInfo()
73 AgentInfo* ai = nullptr; in GetAgentInfo()
146 AgentInfo* ai = GetAgentInfo(jvmti); in CbClassFileLoadHook()
214 AgentInfo* ai = GetAgentInfo(jvmti); in AgentMain()
273 AgentInfo* ai = new AgentInfo; in AgentStart()