Searched defs:FindSymbol (Results 1 - 1 of 1) sorted by relevance

/art/runtime/ti/
H A Dagent.cc154 void* Agent::FindSymbol(const std::string& name) const { function in class:art::ti::Agent
204 onload_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_LOAD_FUNCTION_NAME));
208 onattach_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_ATTACH_FUNCTION_NAME));
212 onunload_ = reinterpret_cast<AgentOnUnloadFunction>(FindSymbol(AGENT_ON_UNLOAD_FUNCTION_NAME));

Completed in 466 milliseconds