Home | History | Annotate | Download | only in runtime

Lines Matching refs:kNative

321     ScopedThreadStateChange tsc(Thread::Current(), kNative);
411 // Restore main thread state to kNative as expected by native code.
414 self->TransitionFromRunnableToSuspended(kNative);
572 // Must be in the kNative state for calling native methods.
573 CHECK_EQ(self->GetState(), kNative);
911 // Must be in the kNative state for calling native methods (JNI_OnLoad code).
912 CHECK_EQ(self->GetState(), kNative);
934 self->TransitionFromRunnableToSuspended(kNative);