/art/test/909-attach-agent/ |
D | attach.cc | 50 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_0)); in OnAttach() 51 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env2), JVMTI_VERSION_1_0)); in OnAttach()
|
/art/benchmark/ |
D | jni_loader.cc | 23 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/art/test/901-hello-ti-agent/ |
D | basics.cc | 90 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_0)); in OnLoad() 91 CHECK_CALL_SUCCESS(vm->GetEnv(reinterpret_cast<void**>(&env2), JVMTI_VERSION_1_0)); in OnLoad() 126 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
|
/art/test/900-hello-plugin/ |
D | expected.txt | 5 GetEnv returned '900' environment!
|
D | load_unload.cc | 61 jint res = vm->GetEnv(reinterpret_cast<void**>(&env), TEST_900_ENV_VERSION_NUMBER); in Agent_OnLoad()
|
/art/test/936-search-onload/ |
D | search_onload.cc | 38 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
|
/art/test/ti-agent/ |
D | redefinition_helper.cc | 174 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad() 330 vm->GetEnv(reinterpret_cast<void**>(&real_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Redefinition_doCommonClassRetransformation() 349 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad() 365 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
|
D | common_load.cc | 61 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in MinimalOnLoad()
|
/art/test/1909-per-agent-tls/ |
D | agent_tls.cc | 66 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1909_newJvmtiEnv()
|
/art/test/983-source-transform-verify/ |
D | source_transform.cc | 110 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
|
/art/test/905-object-free/ |
D | tracking_free.cc | 63 CHECK_EQ(jvm->GetEnv(reinterpret_cast<void**>(&jvmti_env2), JVMTI_VERSION_1_2), 0); in Java_art_Test905_setupObjectFreeCallback()
|
/art/runtime/openjdkjvmti/ |
D | transform.cc | 139 jint ret = env->art_vm->GetEnv(reinterpret_cast<void**>(&jni_env), JNI_VERSION_1_1); in GetClassLocation()
|
D | art_jvmti.h | 101 jint res = reinterpret_cast<ArtJvmTiEnv*>(env)->art_vm->GetEnv( in GetJniEnv()
|
/art/test/1900-track-alloc/ |
D | alloc.cc | 107 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1900_newJvmtiEnv()
|
/art/test/903-hello-tagging/ |
D | tagging.cc | 113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0)); in CreateJvmtiEnv()
|
/art/test/ti-stress/ |
D | stress.cc | 726 if (vm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6)) { in WatchAllFields() 763 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0)) { in Agent_OnLoad()
|
/art/runtime/ |
D | java_vm_ext.cc | 378 static jint GetEnv(JavaVM* vm, void** env, jint version) { in GetEnv() function in art::JII 444 JII::GetEnv,
|
D | check_jni.cc | 3871 static jint GetEnv(JavaVM* vm, void** p_env, jint version) { in GetEnv() function in art::CheckJII 3876 result.i = BaseVm(vm)->GetEnv(vm, p_env, version); in GetEnv() 3894 CheckJII::GetEnv,
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 50 vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6); in trampoline_JNI_OnLoad()
|