Home | History | Annotate | Download | only in runtime

Lines Matching refs:kNative

397   self->SetState(kNative);
985 // We don't just check kNative because native methods will be in state kSuspended if they're
1118 tls32_.state_and_flags.as_struct.state = kNative;
1130 // the thread is in kNative; it might also be in kVmWait.
1258 ScopedThreadStateChange tsc(this, kNative);
1291 ScopedThreadStateChange tsc(soa.Self(), kNative);