Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Runtime.cc73 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Runtime_nativeLoad()
Ddalvik_system_ZygoteHooks.cc63 JavaVMExt* vm = runtime->GetJavaVM(); in EnableDebugFeatures()
Ddalvik_system_VMRuntime.cc174 return Runtime::Current()->GetJavaVM()->check_jni ? JNI_TRUE : JNI_FALSE; in VMRuntime_isCheckJniEnabled()
/art/runtime/
Dindirect_reference_table.cc59 if (!Runtime::Current()->GetJavaVM()->check_jni) { in AbortIfNoCheckJNI()
Dcommon_runtime_test.cc355 CheckJniAbortCatcher::CheckJniAbortCatcher() : vm_(Runtime::Current()->GetJavaVM()) { in CheckJniAbortCatcher()
Dcheck_jni.cc59 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in JniAbort()
174 return Runtime::Current()->GetJavaVM()->force_copy; in ForceCopy()
1679 static jint GetJavaVM(JNIEnv *env, JavaVM **vm) { in GetJavaVM() function in art::CheckJNI
1681 return CHECK_JNI_EXIT("I", baseEnv(env)->GetJavaVM(env, vm)); in GetJavaVM()
2005 CheckJNI::GetJavaVM,
Druntime.h234 JavaVMExt* GetJavaVM() const { in GetJavaVM() function
Dthread.cc159 self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in CreateCallback()
388 self->Init(runtime->GetThreadList(), runtime->GetJavaVM()); in Attach()
1321 JavaVMExt* const vm = Runtime::Current()->GetJavaVM(); in DecodeJObject()
1325 result = Runtime::Current()->GetJavaVM()->DecodeWeakGlobal(const_cast<Thread*>(this), ref); in DecodeJObject()
Druntime.cc325 GetJavaVM()->SweepJniWeakGlobals(visitor, arg); in SweepSystemWeaks()
992 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()
Djni_internal.cc2485 static jint GetJavaVM(JNIEnv* env, JavaVM** vm) { in GetJavaVM() function in art::JNI
2489 *vm = runtime->GetJavaVM(); in GetJavaVM()
2939 JNI::GetJavaVM,
3033 delete runtime->GetJavaVM(); in JNI_CreateJavaVM()
3038 *p_vm = runtime->GetJavaVM(); in JNI_CreateJavaVM()
3048 vms[0] = runtime->GetJavaVM(); in JNI_GetCreatedJavaVMs()
Dreflection_test.cc35 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
Djni_internal_test.cc33 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
Ddebugger.cc127 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Clear()
/art/compiler/jni/
Djni_compiler_test.cc234 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", class_loader, &reason)) << reason; in JNI_TEST()
253 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", class_loader, &reason)) << reason; in JNI_TEST()