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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp84 ciBlock *ciMethodBlocks::make_block_at(int bci) { function in class:ciMethodBlocks
149 ciBlock *fall_through = make_block_at(s.next_bci());
151 ciBlock *dest = make_block_at(dest_bci);
159 (void) make_block_at(s.next_bci());
162 ciBlock *dest = make_block_at(dest_bci);
169 ciBlock *ret = make_block_at(s.next_bci());
171 ciBlock *dest = make_block_at(dest_bci);
184 dest = make_block_at(dest_bci);
187 make_block_at(dest_bci);
189 dest = make_block_at(
[all...]
H A DciMethodBlocks.hpp52 ciBlock *make_block_at(int bci);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp67 BlockBegin* make_block_at(int bci, BlockBegin* predecessor);
126 BlockBegin* std_entry = make_block_at(0, NULL);
131 BlockBegin* osr_entry = make_block_at(osr_bci, NULL);
140 BlockBegin* entry = make_block_at(h->handler_bci(), NULL);
147 BlockBegin* BlockListBuilder::make_block_at(int cur_bci, BlockBegin* predecessor) { function in class:BlockListBuilder
209 make_block_at(next_bci, current);
212 BlockBegin* sr_block = make_block_at(sr_bci, current);
234 current = make_block_at(cur_bci, current);
299 make_block_at(s.next_bci(), current);
300 make_block_at(
[all...]

Completed in 36 milliseconds