Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.cc35 const char* AGENT_ON_LOAD_FUNCTION_NAME = "Agent_OnLoad"; variable
210 onload_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_LOAD_FUNCTION_NAME)); in PopulateFunctions()