Home | History | Annotate | Download | only in runtime

Lines Matching refs:kNative

460     ScopedThreadStateChange tsc(Thread::Current(), kNative);
579 // Restore main thread state to kNative as expected by native code.
582 self->TransitionFromRunnableToSuspended(kNative);
791 // Must be in the kNative state for calling native methods.
792 CHECK_EQ(self->GetState(), kNative);
1318 // Must be in the kNative state for calling native methods (JNI_OnLoad code).
1319 CHECK_EQ(self->GetState(), kNative);