Searched refs:delay_slot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1238 Node *delay_slot = NULL; local
1279 assert(delay_slot == NULL, "no use of delay slot node");
1282 delay_slot = n;
1389 assert(delay_slot == NULL, "not expecting delay slot node");
1521 assert(delay_slot != NULL, "expecting delay slot node");
1528 if (node_offsets && delay_slot->_idx < node_offset_limit)
1529 node_offsets[delay_slot->_idx] = cb->insts_size();
1533 if (delay_slot->is_MachSafePoint()) {
1534 MachNode *mach = delay_slot->as_Mach();
1541 delay_slot
[all...]

Completed in 26 milliseconds