Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc73 AgentInfo* ai = nullptr; in GetAgentInfo() local
74 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&ai)), JVMTI_ERROR_NONE); in GetAgentInfo()
75 CHECK(ai != nullptr); in GetAgentInfo()
76 return ai; in GetAgentInfo()
146 AgentInfo* ai = GetAgentInfo(jvmti); in CbClassFileLoadHook() local
148 std::lock_guard<std::mutex> mu(ai->mutex); in CbClassFileLoadHook()
149 if (ai->classes.find(fqcn) == ai->classes.end()) { in CbClassFileLoadHook()
214 AgentInfo* ai = GetAgentInfo(jvmti); in AgentMain() local
218 while (std::getline(ai->stream, klass_name, '\n')) { in AgentMain()
221 std::lock_guard<std::mutex> mu(ai->mutex); in AgentMain()
[all …]