Searched refs:AgentOnLoadFunction (Results 1 – 2 of 2) sorted by relevance
87 using AgentOnLoadFunction = jint (*)(JavaVM*, const char*, void*); variable129 AgentOnLoadFunction onload_;130 AgentOnLoadFunction onattach_;
83 AgentOnLoadFunction callback = attaching ? agent->onattach_ : agent->onload_; in DoLoadHelper()210 onload_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_LOAD_FUNCTION_NAME)); in PopulateFunctions()214 onattach_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_ATTACH_FUNCTION_NAME)); in PopulateFunctions()