Home
last modified time | relevance | path

Searched refs:GetJavaVM (Results 1 – 13 of 13) sorted by relevance

/art/runtime/native/
Djava_lang_Runtime.cc67 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Runtime_nativeLoad()
Ddalvik_system_VMRuntime.cc137 JavaVMExt* vm = runtime->GetJavaVM(); in VMRuntime_setTargetSdkVersion()
Ddalvik_system_Zygote.cc280 JavaVMExt* vm = runtime->GetJavaVM(); in EnableDebugFeatures()
/art/runtime/
Dindirect_reference_table.cc31 if (!Runtime::Current()->GetJavaVM()->check_jni) { in AbortMaybe()
230 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Remove()
Druntime.h285 JavaVMExt* GetJavaVM() const { in GetJavaVM() function
Dthread.cc150 self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in CreateCallback()
331 self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in Attach()
1178 } else if (Runtime::Current()->GetJavaVM()->work_around_app_jni_bugs) { in DecodeJObject()
1185 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in DecodeJObject()
1191 result = Runtime::Current()->GetJavaVM()->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()
Dcheck_jni.cc58 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in JniAbort()
179 return Runtime::Current()->GetJavaVM()->force_copy; in ForceCopy()
1684 static jint GetJavaVM(JNIEnv *env, JavaVM **vm) { in GetJavaVM() function in art::CheckJNI
1686 return CHECK_JNI_EXIT("I", baseEnv(env)->GetJavaVM(env, vm)); in GetJavaVM()
2012 CheckJNI::GetJavaVM,
Dcommon_test.h539 CheckJniAbortCatcher() : vm_(Runtime::Current()->GetJavaVM()) { in CheckJniAbortCatcher()
Djni_internal.cc2441 static jint GetJavaVM(JNIEnv* env, JavaVM** vm) { in GetJavaVM() function in art::JNI
2442 CHECK_NON_NULL_ARGUMENT(GetJavaVM, vm); in GetJavaVM()
2445 *vm = runtime->GetJavaVM(); in GetJavaVM()
2822 JNI::GetJavaVM,
2907 delete runtime->GetJavaVM(); in JNI_CreateJavaVM()
2912 *p_vm = runtime->GetJavaVM(); in JNI_CreateJavaVM()
2922 vms[0] = runtime->GetJavaVM(); in JNI_GetCreatedJavaVMs()
Druntime.cc1037 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()
Djni_internal_test.cc39 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
/art/compiler/jni/
Djni_compiler_test.cc154 …Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_load… in TEST_F()
169 …Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_load… in TEST_F()
/art/runtime/gc/collector/
Dmark_sweep.cc1009 Runtime::Current()->GetJavaVM()->SweepWeakGlobals(is_marked, arg); in SweepJniWeakGlobals()
1065 runtime->GetJavaVM()->SweepWeakGlobals(VerifyIsLiveCallback, this); in VerifySystemWeaks()