Searched defs:kNative (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_state.h47 kNative, // RUNNABLE TS_RUNNING running in a JNI native method enumerator in enum:art::ThreadState
H A Druntime.cc398 ScopedThreadStateChange tsc(Thread::Current(), kNative); local
488 // Restore main thread state to kNative as expected by native code.
491 self->TransitionFromRunnableToSuspended(kNative);
683 // Must be in the kNative state for calling native methods.
684 CHECK_EQ(self->GetState(), kNative);
1132 // Must be in the kNative state for calling native methods (JNI_OnLoad code).
1133 CHECK_EQ(self->GetState(), kNative);

Completed in 3816 milliseconds