Searched defs:final (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp435 // final graph
2156 // Replace the phi at loop head with the final value of the last
2168 // Note: the final value after increment should not overflow since
2170 Node *final = new (phase->C) SubINode( exact_limit, cl->stride() ); local
2171 phase->register_new_node(final,cl->in(LoopNode::EntryControl));
2172 phase->_igvn.replace_node(phi,final);
H A Dmemnode.cpp963 bool final = atp->field()->is_final(); local
968 // kind of node is encountered. Loads from final memory can skip
974 if ((final && (opc == Op_MemBarAcquire || opc == Op_MemBarAcquireLock)) ||
1615 // For constant Strings treat the final fields as compile time constants.
2314 // For example, 'mem' might be the final state at a conditional return.
2768 if (done_offset < end_offset) { // emit the final 32-bit store

Completed in 55 milliseconds