Searched refs:plugin (Results 1 – 25 of 83) sorted by relevance
1234
3 // Build rules for ART run-test `900-hello-plugin`.16 name: "art-run-test-900-hello-plugin",21 ":art-run-test-900-hello-plugin-expected-stdout",22 ":art-run-test-900-hello-plugin-expected-stderr",28 name: "art-run-test-900-hello-plugin-expected-stdout",29 out: ["art-run-test-900-hello-plugin-expected-stdout.txt"],36 name: "art-run-test-900-hello-plugin-expected-stderr",37 out: ["art-run-test-900-hello-plugin-expected-stderr.txt"],
19 plugin = "libartagent.so" if args.O else "libartagentd.so"30 plugin = f"{libpath}/{plugin}"
77 plugin=""80 plugin="$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so"83 plugin="$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so"93 if [[ ! -f $plugin ]]; then109 "-Xplugin:$plugin" \
71 plugin=""241 plugin="$1"383 if [[ "$plugin" != "" ]]; then384 vm_args="$vm_args --vm-arg $plugin"439 --vm-arg -Djpda.settings.debuggeeJavaPath="$art_debugee $plugin $debuggee_args" \
1 openjdkjvmti plugin5 runtime as a plugin. This allows the use of agents that can modify the running
1 Tests basic functions in the jvmti plugin.
1 Tests jvmti plugin attaching during live phase.