Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 83) sorted by relevance

1234

/art/test/900-hello-plugin/
Drun17 plugin=libartagentd.so
19 plugin=libartagent.so
40 plugin=${test_native_lib_path}/${plugin}
43 ./default-run "$@" --runtime-option -agentpath:${plugin}=test_900 \
44 --runtime-option -agentpath:${plugin}=test_900_round_2 \
45 --android-runtime-option -Xplugin:${plugin}
DAndroid.bp3 // 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"],
/art/tools/
Drun-prebuilt-libjdwp-tests.sh77 plugin=""
80 plugin="$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so"
83 plugin="$ANDROID_HOST_OUT/lib64/libopenjdkjvmti.so"
93 if [[ ! -f $plugin ]]; then
109 "-Xplugin:$plugin" \
Drun-jdwp-tests.sh71 plugin=""
241 plugin="$1"
383 if [[ "$plugin" != "" ]]; then
384 vm_args="$vm_args --vm-arg $plugin"
439 --vm-arg -Djpda.settings.debuggeeJavaPath="$art_debugee $plugin $debuggee_args" \
/art/test/909-attach-agent/
Drun17 plugin=libopenjdkjvmtid.so
21 plugin=libopenjdkjvmti.so
60 ./default-run "$@" --android-runtime-option -Xplugin:${plugin} \
/art/openjdkjvmti/
DREADME.md1 openjdkjvmti plugin
5 runtime as a plugin. This allows the use of agents that can modify the running
/art/test/930-hello-retransform/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/948-change-annotations/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/934-load-transform/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/908-gc-start-finish/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/922-properties/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/902-hello-transformation/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/904-object-allocation/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/938-load-transform-bcp/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/907-get-loaded-classes/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/913-heaps/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/1988-multi-structural-redefine/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/910-methods/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/918-fields/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/920-objects/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/924-threads/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/911-get-stack-trace/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/933-misc-events/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/935-non-retransformable/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/test/1937-transform-soft-fail/
Dinfo.txt1 Tests basic functions in the jvmti plugin.

1234