Home
last modified time | relevance | path

Searched refs:jvm (Results 1 – 25 of 44) sorted by relevance

12

/art/tools/
Djavac-helper.sh58 --mode=jvm)
59 mode=jvm
78 if [[ $mode == jvm ]]; then
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc123 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/1950-unprepared-transform/
Dcheck19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
/art/test/1932-monitor-events-misc/
Dcheck19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
/art/test/1931-monitor-events/
Dcheck19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
/art/test/1936-thread-end-events/
Dcheck19 patch -p0 expected.txt < jvm-expected.patch >/dev/null
/art/test/1956-pop-frame-jit-calling/
Dcheck21 (patch -p0 expected.txt < jvm-expected.patch >/dev/null && ./default-check "$@")
/art/test/1954-pop-frame-jit/
Dcheck21 (patch -p0 expected.txt < jvm-expected.patch >/dev/null && ./default-check "$@")
/art/test/1955-pop-frame-jit-called/
Dcheck21 (patch -p0 expected.txt < jvm-expected.patch >/dev/null && ./default-check "$@")
/art/test/905-object-free/
Dtracking_free.cc69 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/
DNOTICE4 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/960-default-smali/
Dinfo.txt6 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/
Dinfo.txt3 This test cannot be run with --jvm.
/art/test/963-default-range-smali/
Dinfo.txt3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/962-iface-static/
Dinfo.txt3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/969-iface-super/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
/art/test/967-default-ame/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/966-default-conflict/
Dinfo.txt5 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/978-virtual-interface/
Dinfo.txt3 This test cannot be run with --jvm.
/art/test/162-method-resolution/
Dinfo.txt3 when the test is executed with --jvm.
/art/test/903-hello-tagging/
Dtagging.cc109 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/958-methodhandle-stackframe/
Dinfo.txt3 an implementation detail and hence cannot be used with --mode=jvm.
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc111 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/tools/jvmti-agents/enable-vlog/
Denablevlog.cc115 extern "C" JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM* jvm, char* options, void* reserved) { in Agent_OnLoad() argument
116 return AgentStart(jvm, options, reserved); in Agent_OnLoad()
/art/test/965-default-verify/
Dinfo.txt7 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation

12