Home
last modified time | relevance | path

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

/art/tools/breakpoint-logger/
Dbreakpoint_logger.cc350 static jint AgentStart(StartType start, in AgentStart() function
438 return AgentStart(StartType::OnAttach, vm, options, reserved); in Agent_OnAttach()
443 return AgentStart(StartType::OnLoad, jvm, options, reserved); in Agent_OnLoad()
/art/tools/wrapagentproperties/
Dwrapagentproperties.cc303 static jint AgentStart(StartType start, JavaVM* vm, char* options, void* reserved) { in AgentStart() function
325 return AgentStart(StartType::OnAttach, vm, options, reserved); in Agent_OnAttach()
331 return AgentStart(StartType::OnLoad, jvm, options, reserved); in Agent_OnLoad()