Lines Matching refs:AllocateNode

129         AllocateNode* alloc = proj_in->as_Initialize()->allocation();
458 bool MemNode::detect_ptr_independence(Node* p1, AllocateNode* a1,
459 Node* p2, AllocateNode* a2,
497 AllocateNode* alloc = AllocateNode::Ideal_allocation(base, phase);
535 AllocateNode::Ideal_allocation(st_base, phase),
550 AllocateNode* st_alloc = st_init->allocation();
1008 AllocateNode* alloc = AllocateNode::Ideal_allocation(st_adr, phase, st_off);
1011 AllocateNode* allo2 = AllocateNode::Ideal_allocation(ld_adr, phase, ld_off);
1035 st->in(0) == AllocateNode::Ideal_allocation(ld_adr, phase, offset) &&
1047 AllocateNode* alloc = init->allocation();
1049 alloc == AllocateNode::Ideal_allocation(ld_adr, phase, offset)) {
1187 AllocateNode* allocation = NULL;
1191 allocation = AllocateNode::Ideal_allocation(base->in(i), phase);
2082 // We can fetch the klass directly through an AllocateNode.
2085 Node* allocated_klass = AllocateNode::Ideal_klass(base, phase);
2679 AllocateNode* alloc = AllocateNode::Ideal_allocation(n->in(3), phase, offset);
2946 // an AllocateNode and before the next possible safepoint. As a
2954 // (The object header and end are determined by the AllocateNode.)
2958 // derived from the raw address produced by AllocateNode, and with
2983 // Alternatively, code may be inserted between an AllocateNode and its
3061 bool AllocateNode::maybe_set_complete(PhaseGVN* phase) {
3160 AllocateNode* alloc = AllocateNode::Ideal_allocation(adr, phase, offset);
3318 // projection of the AllocateNode).
3715 // Called when the associated AllocateNode is expanded into CFG.
3855 Node* klass_node = allocation()->in(AllocateNode::KlassNode);