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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp956 for (int block_idx = 0; block_idx < _linear_scan_order->length(); block_idx++) {
957 BlockBegin* cur = _linear_scan_order->at(block_idx);
969 for (int block_idx = 0; block_idx < _linear_scan_order->length(); block_idx++) {
970 BlockBegin* cur = _linear_scan_order->at(block_idx);
1068 int block_idx = 0; local
1069 assert(!is_block_in_loop(loop_idx, _linear_scan_order->at(block_idx)), "th
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1529 int block_idx = (idx >> _log2_node_notes_block_size); local
1530 int grow_by = (block_idx - (arr == NULL? 0: arr->length()));
1536 return arr->at(block_idx) + (idx & (_node_notes_block_size-1));
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp397 inline BlockData* block(size_t block_idx) const;

Completed in 43 milliseconds