Searched refs:JVMTI_VERSION_1_0 (Results 1 - 14 of 14) sorted by relevance

/art/test/909-attach-agent/
H A Dattach.cc60 if (vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_0) != JNI_OK) {
61 Println("Unable to create env for JVMTI_VERSION_1_0");
64 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env2), JVMTI_VERSION_1_0));
/art/test/1941-dispose-stress/
H A Ddispose_stress.cc52 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) {
/art/test/936-search-onload/
H A Dsearch_onload.cc39 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) {
/art/test/1909-per-agent-tls/
H A Dagent_tls.cc66 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) {
/art/test/901-hello-ti-agent/
H A Dbasics.cc101 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_0));
102 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env2), JVMTI_VERSION_1_0));
137 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) {
/art/test/ti-agent/
H A Dcommon_load.cc62 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) {
H A Dframe_pop_helper.cc111 vm->GetEnv(reinterpret_cast<void**>(&out_jvmti_env), JVMTI_VERSION_1_0) != JNI_OK) {
H A Dredefinition_helper.cc174 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) {
330 vm->GetEnv(reinterpret_cast<void**>(&real_env), JVMTI_VERSION_1_0) != 0) {
349 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) {
365 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) {
/art/test/1900-track-alloc/
H A Dalloc.cc107 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) {
/art/test/903-hello-tagging/
H A Dtagging.cc113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0));
/art/test/1919-vminit-thread-start-timing/
H A Dvminit.cc140 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) {
/art/test/ti-stress/
H A Dstress.cc775 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0)) {
/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc1477 version == JVMTI_VERSION_1_0 ||
/art/openjdkjvmti/include/
H A Djvmti.h42 JVMTI_VERSION_1_0 = 0x30010000, enumerator in enum:__anon45

Completed in 372 milliseconds