Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.cc37 const char* AGENT_ON_UNLOAD_FUNCTION_NAME = "Agent_OnUnload"; variable
218 onunload_ = reinterpret_cast<AgentOnUnloadFunction>(FindSymbol(AGENT_ON_UNLOAD_FUNCTION_NAME)); in PopulateFunctions()