Searched refs:GetJavaVM (Results 1 – 14 of 14) sorted by relevance
/art/runtime/native/ |
D | java_lang_Runtime.cc | 73 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Runtime_nativeLoad()
|
D | dalvik_system_ZygoteHooks.cc | 63 JavaVMExt* vm = runtime->GetJavaVM(); in EnableDebugFeatures()
|
D | dalvik_system_VMRuntime.cc | 174 return Runtime::Current()->GetJavaVM()->check_jni ? JNI_TRUE : JNI_FALSE; in VMRuntime_isCheckJniEnabled()
|
/art/runtime/ |
D | indirect_reference_table.cc | 59 if (!Runtime::Current()->GetJavaVM()->check_jni) { in AbortIfNoCheckJNI()
|
D | common_runtime_test.cc | 355 CheckJniAbortCatcher::CheckJniAbortCatcher() : vm_(Runtime::Current()->GetJavaVM()) { in CheckJniAbortCatcher()
|
D | check_jni.cc | 59 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,
|
D | runtime.h | 234 JavaVMExt* GetJavaVM() const { in GetJavaVM() function
|
D | thread.cc | 159 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()
|
D | runtime.cc | 325 GetJavaVM()->SweepJniWeakGlobals(visitor, arg); in SweepSystemWeaks() 992 GetJavaVM()->DumpForSigQuit(os); in DumpForSigQuit()
|
D | jni_internal.cc | 2485 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()
|
D | reflection_test.cc | 35 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
|
D | jni_internal_test.cc | 33 vm_ = Runtime::Current()->GetJavaVM(); in SetUp()
|
D | debugger.cc | 127 JavaVMExt* vm = Runtime::Current()->GetJavaVM(); in Clear()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 234 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", class_loader, &reason)) << reason; in JNI_TEST() 253 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", class_loader, &reason)) << reason; in JNI_TEST()
|