/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/chain-agents/ |
D | chainagents.cc | 97 static jint AgentStart(StartType start, JavaVM* vm, char* options, void* reserved) { in AgentStart() function 117 return AgentStart(StartType::OnAttach, vm, options, reserved); in Agent_OnAttach() 124 return AgentStart(StartType::OnLoad, jvm, options, reserved); in Agent_OnLoad()
|
/art/tools/jvmti-agents/list-extensions/ |
D | list-extensions.cc | 150 jint AgentStart(JavaVM* vm, char* options ATTRIBUTE_UNUSED, void* reserved ATTRIBUTE_UNUSED) { in AgentStart() function 162 return AgentStart(vm, options, reserved); in Agent_OnAttach() 167 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/field-counts/ |
D | fieldcount.cc | 225 static jint AgentStart(JavaVM* vm, char* options, bool is_onload) { in AgentStart() function 264 return AgentStart(vm, options, /*is_onload=*/false); in Agent_OnAttach() 271 return AgentStart(jvm, options, /*is_onload=*/true); in Agent_OnLoad()
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | ti_alloc_sample.cc | 410 static jint AgentStart(JavaVM* vm, in AgentStart() function 452 return AgentStart(vm, options, reserved); in Agent_OnAttach() 457 return AgentStart(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/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/ti-fast/ |
D | tifast.cc | 671 static jint AgentStart(JavaVM* vm, in AgentStart() function 727 return AgentStart(vm, options, reserved); in Agent_OnAttach() 732 return AgentStart(jvm, options, reserved); in Agent_OnLoad()
|