Searched refs:AgentStart (Results 1 – 6 of 6) sorted by relevance
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | dump-jvmti.cc | 91 static jint AgentStart(JavaVM* vm, char* options ATTRIBUTE_UNUSED, void* reserved ATTRIBUTE_UNUSED)… in AgentStart() function 107 return AgentStart(vm, options, reserved); in Agent_OnAttach() 112 return AgentStart(jvm, options, reserved); in Agent_OnLoad()
|
/art/tools/jvmti-agents/field-null-percent/ |
D | fieldnull.cc | 169 static jint AgentStart(JavaVM* vm, char* options, bool is_onload) { in AgentStart() function 207 return AgentStart(vm, options, /*is_onload=*/false); in Agent_OnAttach() 214 return AgentStart(jvm, options, /*is_onload=*/true); in Agent_OnLoad()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 266 static jint AgentStart(JavaVM* vm, char* options, void* reserved ATTRIBUTE_UNUSED) { in AgentStart() function 309 return AgentStart<false>(vm, options, reserved); in Agent_OnAttach() 314 return AgentStart<true>(jvm, options, reserved); in Agent_OnLoad()
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 305 static jint AgentStart(StartType start, JavaVM* vm, char* options, void* reserved) { in AgentStart() function 327 return AgentStart(StartType::OnAttach, vm, options, reserved); in Agent_OnAttach() 333 return AgentStart(StartType::OnLoad, jvm, options, reserved); in Agent_OnLoad()
|
/art/tools/jvmti-agents/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/jvmti-agents/ti-fast/ |
D | tifast.cc | 676 static jint AgentStart(JavaVM* vm, in AgentStart() function 732 return AgentStart(vm, options, reserved); in Agent_OnAttach() 737 return AgentStart(jvm, options, reserved); in Agent_OnLoad()
|