/art/tools/ |
D | javac-helper.sh | 58 --mode=jvm) 59 mode=jvm 78 if [[ $mode == jvm ]]; then
|
D | run-libcore-tests.sh | 67 --mode=device|host|jvm Specify where tests should be run. 201 --mode=jvm)
|
/art/tools/jvmti-agents/chain-agents/ |
D | chainagents.cc | 123 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() argument 124 return AgentStart(StartType::OnLoad, jvm, options, reserved); in Agent_OnLoad() 127 extern "C" JNIEXPORT void JNICALL Agent_OnUnload(JavaVM* jvm) { in Agent_OnUnload() argument 130 u.unload(jvm); in Agent_OnUnload()
|
/art/test/905-object-free/ |
D | tracking_free.cc | 69 JavaVM* jvm = nullptr; in Java_art_Test905_setupObjectFreeCallback() local 70 env->GetJavaVM(&jvm); in Java_art_Test905_setupObjectFreeCallback() 71 CHECK_EQ(jvm->GetEnv(reinterpret_cast<void**>(&jvmti_env2), JVMTI_VERSION_1_2), 0); in Java_art_Test905_setupObjectFreeCallback()
|
/art/openjdkjvm/ |
D | NOTICE | 4 This file implements interfaces from the file jvm.h. This implementation 5 is licensed under the same terms as the file jvm.h. The 6 copyright and license information for the file jvm.h follows.
|
/art/test/1936-thread-end-events/ |
D | check | 19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
|
/art/test/1932-monitor-events-misc/ |
D | check | 19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
|
/art/test/1950-unprepared-transform/ |
D | check | 19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
|
/art/test/1931-monitor-events/ |
D | check | 19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
|
/art/test/1955-pop-frame-jit-called/ |
D | check | 21 (patch -p0 expected.txt < jvm-expected.patch >/dev/null && ./default-check "$@")
|
/art/test/1956-pop-frame-jit-calling/ |
D | check | 21 (patch -p0 expected.txt < jvm-expected.patch >/dev/null && ./default-check "$@")
|
/art/test/1954-pop-frame-jit/ |
D | check | 21 (patch -p0 expected.txt < jvm-expected.patch >/dev/null && ./default-check "$@")
|
/art/test/960-default-smali/ |
D | info.txt | 6 test/utils/python/generate_smali_main.py script. If we run with --jvm we will 19 …JAVA_HOME="/path/to/java-8-jdk" ../run-test --use-java-home --update --jvm --host 956-default-smali
|
/art/test/975-iface-private/ |
D | info.txt | 3 This test cannot be run with --jvm.
|
/art/test/962-iface-static/ |
D | info.txt | 3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
|
/art/test/963-default-range-smali/ |
D | info.txt | 3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
|
/art/test/966-default-conflict/ |
D | info.txt | 5 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
|
/art/test/967-default-ame/ |
D | info.txt | 5 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
|
/art/test/969-iface-super/ |
D | info.txt | 5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
|
/art/test/903-hello-tagging/ |
D | tagging.cc | 109 JavaVM* jvm; in CreateJvmtiEnv() local 110 CHECK_EQ(0, env->GetJavaVM(&jvm)); in CreateJvmtiEnv() 113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0)); in CreateJvmtiEnv()
|
/art/test/978-virtual-interface/ |
D | info.txt | 3 This test cannot be run with --jvm.
|
/art/test/162-method-resolution/ |
D | info.txt | 3 when the test is executed with --jvm.
|
/art/test/958-methodhandle-stackframe/ |
D | info.txt | 3 an implementation detail and hence cannot be used with --mode=jvm.
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | dump-jvmti.cc | 111 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() argument 112 return AgentStart(jvm, options, reserved); in Agent_OnLoad()
|
/art/test/965-default-verify/ |
D | info.txt | 7 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
|