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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp150 int number_of_blocks() const { return _next_block_id; } function in class:Compilation
H A Dc1_Instruction.cpp717 boolArray mark(number_of_blocks(), false);
723 boolArray mark(number_of_blocks(), false);
H A Dc1_IR.cpp488 _max_block_id(BlockBegin::number_of_blocks()),
1182 _predecessors = new BlockListList(BlockBegin::number_of_blocks(), NULL);
H A Dc1_Optimizer.cpp594 , _block_states(BlockBegin::number_of_blocks(), NULL)
1147 int nblocks = BlockBegin::number_of_blocks();
H A Dc1_Instruction.hpp1574 static int number_of_blocks() {
1575 return Compilation::current()->number_of_blocks();
H A Dc1_GraphBuilder.cpp355 _active = BitMap(BlockBegin::number_of_blocks()); _active.clear();
356 _visited = BitMap(BlockBegin::number_of_blocks()); _visited.clear();
357 _loop_map = intArray(BlockBegin::number_of_blocks(), 0);
H A Dc1_LinearScan.cpp3420 , _saved_states(BlockBegin::number_of_blocks(), NULL)
6260 BitMap return_converted(BlockBegin::number_of_blocks());

Completed in 101 milliseconds