Home
last modified time | relevance | path

Searched refs:GetEnv (Results 26 – 34 of 34) sorted by relevance

12

/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc358 res = vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_1); in AgentStart()
418 res = vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_2); in AgentStart()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc145 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in OnLoad()
/art/openjdkjvmti/
Dart_jvmti.h129 jint res = reinterpret_cast<ArtJvmTiEnv*>(env)->art_vm->GetEnv( in GetJniEnv()
Dtransform.cc364 jint ret = env->art_vm->GetEnv(reinterpret_cast<void**>(&jni_env), JNI_VERSION_1_1); in GetClassLocation()
/art/test/ti-stress/
Dstress.cc722 if (vm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6)) { in WatchAllFields()
759 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_0)) { in Agent_OnLoad()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc660 res = vm->GetEnv(reinterpret_cast<void**>(jvmti), JVMTI_VERSION_1_1); in SetupJvmtiEnv()
664 return vm->GetEnv(reinterpret_cast<void**>(jvmti), kArtTiVersion); in SetupJvmtiEnv()
/art/runtime/jni/
Djava_vm_ext.cc420 static jint GetEnv(JavaVM* vm, void** env, jint version) { in GetEnv() function in art::JII
486 JII::GetEnv,
Dcheck_jni.cc4050 static jint GetEnv(JavaVM* vm, void** p_env, jint version) { in GetEnv() function in art::__anon846bc2ca0111::CheckJII
4055 result.i = BaseVm(vm)->GetEnv(vm, p_env, version); in GetEnv()
4073 CheckJII::GetEnv,
/art/test/115-native-bridge/
Dnativebridge.cc51 vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6); in trampoline_JNI_OnLoad()

12