Searched refs:AgentStart (Results 1 – 2 of 2) sorted by relevance
/art/tools/breakpoint-logger/ |
D | breakpoint_logger.cc | 350 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/ |
D | wrapagentproperties.cc | 303 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()
|