Searched defs:GetJniEnv (Results 1 - 3 of 3) sorted by relevance

/art/openjdkjvmti/
H A Dti_phase.cc50 inline static JNIEnv* GetJniEnv() { function in struct:openjdkjvmti::PhaseUtil::PhaseCallback
51 return reinterpret_cast<JNIEnv*>(art::Thread::Current()->GetJniEnv());
68 event_handler->DispatchEvent<ArtJvmtiEvent::kVmStart>(self, GetJniEnv());
76 ScopedLocalRef<jthread> thread(GetJniEnv(), GetCurrentJThread());
77 event_handler->DispatchEvent<ArtJvmtiEvent::kVmInit>(self, GetJniEnv(), thread.get());
87 event_handler->DispatchEvent<ArtJvmtiEvent::kVmDeath>(self, GetJniEnv());
H A Dart_jvmti.h123 static inline JNIEnv* GetJniEnv(jvmtiEnv* env) { function in namespace:openjdkjvmti
/art/runtime/
H A Dthread.h536 JNIEnvExt* GetJniEnv() const { function in class:art::Thread

Completed in 48 milliseconds