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

/art/runtime/native/
H A Djava_lang_Runtime.cc73 JavaVMExt* vm = Runtime::Current()->GetJavaVM();
H A Ddalvik_system_ZygoteHooks.cc63 JavaVMExt* vm = runtime->GetJavaVM();
H A Ddalvik_system_VMRuntime.cc174 return Runtime::Current()->GetJavaVM()->check_jni ? JNI_TRUE : JNI_FALSE;
/art/runtime/
H A Dindirect_reference_table.cc59 if (!Runtime::Current()->GetJavaVM()->check_jni) {
H A Dcommon_runtime_test.cc364 CheckJniAbortCatcher::CheckJniAbortCatcher() : vm_(Runtime::Current()->GetJavaVM()) {
H A Dcheck_jni.cc59 JavaVMExt* vm = Runtime::Current()->GetJavaVM();
174 return Runtime::Current()->GetJavaVM()->force_copy;
1679 static jint GetJavaVM(JNIEnv *env, JavaVM **vm) { function in class:art::CheckJNI
1681 return CHECK_JNI_EXIT("I", baseEnv(env)->GetJavaVM(env, vm));
2005 CheckJNI::GetJavaVM,
H A Druntime.h238 JavaVMExt* GetJavaVM() const { function in class:art::Runtime
H A Dthread.cc159 self->Init(runtime->GetThreadList(), runtime->GetJavaVM());
391 self->Init(runtime->GetThreadList(), runtime->GetJavaVM());
1358 JavaVMExt* const vm = Runtime::Current()->GetJavaVM();
1362 result = Runtime::Current()->GetJavaVM()->DecodeWeakGlobal(const_cast<Thread*>(this), ref);
H A Druntime.cc330 GetJavaVM()->SweepJniWeakGlobals(visitor, arg);
1007 GetJavaVM()->DumpForSigQuit(os);
H A Djni_internal.cc2483 static jint GetJavaVM(JNIEnv* env, JavaVM** vm) { function in class:art::JNI
2487 *vm = runtime->GetJavaVM();
2939 JNI::GetJavaVM,
3033 delete runtime->GetJavaVM();
3038 *p_vm = runtime->GetJavaVM();
3048 vms[0] = runtime->GetJavaVM();
H A Dreflection_test.cc35 vm_ = Runtime::Current()->GetJavaVM();
H A Djni_internal_test.cc33 vm_ = Runtime::Current()->GetJavaVM();
H A Ddebugger.cc127 JavaVMExt* vm = Runtime::Current()->GetJavaVM();
/art/compiler/jni/
H A Djni_compiler_test.cc234 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", class_loader, &reason)) << reason;
253 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", class_loader, &reason)) << reason;

Completed in 172 milliseconds