HomeSort by relevance Sort by last modified time
    Searched defs:GetJniEnv (Results 1 - 3 of 3) sorted by null

  /art/openjdkjvmti/
ti_phase.cc 50 inline static JNIEnv* GetJniEnv() {
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());
art_jvmti.h 123 static inline JNIEnv* GetJniEnv(jvmtiEnv* env) {
  /art/runtime/
thread.h 536 JNIEnvExt* GetJniEnv() const {
    [all...]

Completed in 351 milliseconds