Home
last modified time | relevance | path

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

/art/runtime/ti/
Dagent.cc83 AgentOnLoadFunction callback = attaching ? agent->onattach_ : agent->onload_; in DoLoadHelper()
175 onload_ = nullptr; in Unload()
185 onload_(nullptr), in Agent()
198 onload_ = other.onload_; in operator =()
202 other.onload_ = nullptr; in operator =()
210 onload_ = reinterpret_cast<AgentOnLoadFunction>(FindSymbol(AGENT_ON_LOAD_FUNCTION_NAME)); in PopulateFunctions()
211 if (onload_ == nullptr) { in PopulateFunctions()
Dagent.h117 onload_(nullptr), in Agent()
129 AgentOnLoadFunction onload_; variable