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.cc316 ScopedThreadStateChange tsc(Thread::Current(), kNative); local
406 // Restore main thread state to kNative as expected by native code.
409 self->TransitionFromRunnableToSuspended(kNative);
556 // Must be in the kNative state for calling native methods.
557 CHECK_EQ(self->GetState(), kNative);
896 // Must be in the kNative state for calling native methods (JNI_OnLoad code).
897 CHECK_EQ(self->GetState(), kNative);
919 self->TransitionFromRunnableToSuspended(kNative);

Completed in 63 milliseconds