Home
last modified time | relevance | path

Searched refs:GetEnv (Results 1 – 19 of 19) sorted by relevance

/art/test/909-attach-agent/
Dattach.cc50 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/
Djni_loader.cc23 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/art/test/901-hello-ti-agent/
Dbasics.cc90 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/
Dexpected.txt5 GetEnv returned '900' environment!
Dload_unload.cc61 jint res = vm->GetEnv(reinterpret_cast<void**>(&env), TEST_900_ENV_VERSION_NUMBER); in Agent_OnLoad()
/art/test/936-search-onload/
Dsearch_onload.cc38 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
/art/test/ti-agent/
Dredefinition_helper.cc174 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()
Dcommon_load.cc61 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in MinimalOnLoad()
/art/test/1909-per-agent-tls/
Dagent_tls.cc66 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1909_newJvmtiEnv()
/art/test/983-source-transform-verify/
Dsource_transform.cc110 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0)) { in OnLoad()
/art/test/905-object-free/
Dtracking_free.cc63 CHECK_EQ(jvm->GetEnv(reinterpret_cast<void**>(&jvmti_env2), JVMTI_VERSION_1_2), 0); in Java_art_Test905_setupObjectFreeCallback()
/art/runtime/openjdkjvmti/
Dtransform.cc139 jint ret = env->art_vm->GetEnv(reinterpret_cast<void**>(&jni_env), JNI_VERSION_1_1); in GetClassLocation()
Dart_jvmti.h101 jint res = reinterpret_cast<ArtJvmTiEnv*>(env)->art_vm->GetEnv( in GetJniEnv()
/art/test/1900-track-alloc/
Dalloc.cc107 if (vm->GetEnv(reinterpret_cast<void**>(&new_env), JVMTI_VERSION_1_0) != 0) { in Java_art_Test1900_newJvmtiEnv()
/art/test/903-hello-tagging/
Dtagging.cc113 CHECK_EQ(0, jvm->GetEnv(reinterpret_cast<void**>(&new_jvmti_env), JVMTI_VERSION_1_0)); in CreateJvmtiEnv()
/art/test/ti-stress/
Dstress.cc726 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/
Djava_vm_ext.cc378 static jint GetEnv(JavaVM* vm, void** env, jint version) { in GetEnv() function in art::JII
444 JII::GetEnv,
Dcheck_jni.cc3871 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/
Dnativebridge.cc50 vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6); in trampoline_JNI_OnLoad()