Lines Matching refs:peer
153 // Creates a new native thread corresponding to the given managed peer.
155 static void CreateNativeThread(JNIEnv* env, jobject peer, size_t stack_size, bool daemon);
157 // Attaches the calling native thread to the runtime, returning the new native peer.
161 // Attaches the calling native thread to the runtime, returning the new native peer.
349 // Returns the java.lang.Thread's name, or null if this Thread* doesn't have a peer.
368 // the thread's stack may have not been flipped yet and peer may be a from-space (stale) ref.
1194 // Attaches the calling native thread to the runtime, returning the new native peer.
1205 ObjPtr<mirror::Object> peer,
1505 // Our managed peer (an instance of java.lang.Thread). The jobject version is used during thread