Searched refs:GetJavaVM (Results 1 – 13 of 13) sorted by relevance
/art/runtime/native/ |
D | java_lang_Runtime.cc | 67 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Runtime_nativeLoad()
|
D | dalvik_system_VMRuntime.cc | 137 JavaVMExt* vm = runtime->GetJavaVM(); in VMRuntime_setTargetSdkVersion()
|
D | dalvik_system_Zygote.cc | 280 JavaVMExt* vm = runtime->GetJavaVM(); in EnableDebugFeatures()
|
/art/runtime/ |
D | indirect_reference_table.cc | 31 if (!Runtime::Current()->GetJavaVM()->check_jni) { in AbortMaybe() 230 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Remove()
|
D | runtime.h | 285 JavaVMExt* GetJavaVM() const { in GetJavaVM() function
|
D | thread.cc | 150 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()
|
D | check_jni.cc | 58 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,
|
D | common_test.h | 539 CheckJniAbortCatcher() : vm_(Runtime::Current()->GetJavaVM()) { in CheckJniAbortCatcher()
|
D | jni_internal.cc | 2441 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()
|
D | runtime.cc | 1037 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()
|
D | jni_internal_test.cc | 39 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 154 …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/ |
D | mark_sweep.cc | 1009 Runtime::Current()->GetJavaVM()->SweepWeakGlobals(is_marked, arg); in SweepJniWeakGlobals() 1065 runtime->GetJavaVM()->SweepWeakGlobals(VerifyIsLiveCallback, this); in VerifySystemWeaks()
|