Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.h87 using AgentOnLoadFunction = jint (*)(JavaVM*, const char*, void*); variable
129 AgentOnLoadFunction onload_;
130 AgentOnLoadFunction onattach_;
Dagent.cc83 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()