Home | History | Annotate | Download | only in runtime

Lines Matching refs:peer

164   // Creates a new native thread corresponding to the given managed peer.
166 static void CreateNativeThread(JNIEnv* env, jobject peer, size_t stack_size, bool daemon);
168 // Attaches the calling native thread to the runtime, returning the new native peer.
172 // Attaches the calling native thread to the runtime, returning the new native peer.
386 // Returns the java.lang.Thread's name, or null if this Thread* doesn't have a peer.
405 // the thread's stack may have not been flipped yet and peer may be a from-space (stale) ref.
531 // is null, the thread's thread-group is loaded from the peer.
1282 // Attaches the calling native thread to the runtime, returning the new native peer.
1293 ObjPtr<mirror::Object> peer,
1607 // Our managed peer (an instance of java.lang.Thread). The jobject version is used during thread