Lines Matching defs:thread

997     Node* thread = transform_later(new (C) ThreadLocalNode());
1000 eden_top_adr = basic_plus_adr(top()/*not oop*/, thread, tlab_top_offset);
1001 eden_end_adr = basic_plus_adr(top()/*not oop*/, thread, tlab_end_offset);
1279 // Bump total allocated bytes for this thread
1280 Node* thread = new (C) ThreadLocalNode();
1281 transform_later(thread);
1282 Node* alloc_bytes_adr = basic_plus_adr(top()/*not oop*/, thread,
1366 // Get base of thread-local storage area
1367 Node* thread = new (C) ThreadLocalNode();
1368 transform_later(thread);
1370 call->init_req(TypeFunc::Parms+0, thread);
1624 Node *thread = new (C) ThreadLocalNode();
1625 transform_later(thread);
1627 Node *eden_pf_adr = new (C) AddPNode( top()/*not oop*/, thread,
2057 * o_node = thread | proto_node;
2059 * if( (x_node & ~age_mask) == 0 ) { // Biased to the current thread ?
2072 * // Different thread or anonymous biased.
2074 * new = thread | old;
2113 // Now check that the lock is biased to the current thread and has
2131 Node* thread = transform_later(new (C) ThreadLocalNode());
2132 Node* cast_thread = transform_later(new (C) CastP2XNode(ctrl, thread));
2139 // region->in(3) is set to fast path - the object is biased to the current thread.
2143 // Mark word does NOT match the value (thread | Klass::_prototype_header).
2173 // toward the current thread.
2185 cast_thread = transform_later(new (C) CastP2XNode(ctrl, thread));
2204 // region->in(4) is set to fast path - the object is rebiased to the current thread.
2221 // region->in(2) is set to fast path - the object is locked to the current thread.