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

/art/runtime/
H A Dthread_state.h43 kNative, // RUNNABLE TS_RUNNING running in a JNI native method enumerator in enum:art::ThreadState
H A Druntime.cc321 ScopedThreadStateChange tsc(Thread::Current(), kNative); local
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);

Completed in 1758 milliseconds