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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.cpp111 set_block_insertion_point(start_block->entry_block());
120 builder()->CreateBr(start_block->entry_block());
128 set_block_insertion_point(block(i + 1)->entry_block());
H A DsharkTopLevelBlock.cpp299 builder()->SetInsertPoint(entry_block());
551 builder()->CreateBr(handler->entry_block());
622 return successor->entry_block();
963 builder()->CreateBr(dest->entry_block());
992 if_taken->entry_block(), not_taken->entry_block());
1003 pop()->jint_value(), dest_block->entry_block(), len);
1012 dest_block->entry_block());
H A DsharkState.cpp286 builder()->SetInsertPoint(block->entry_block());
H A DsharkTopLevelBlock.hpp187 llvm::BasicBlock* entry_block() const { function in class:SharkTopLevelBlock
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp41 LIR_List* _entry_code; // LIR-operations that must be executed before jumping to entry_block
42 int _entry_pco; // pco where entry_code (or entry_block if no entry_code) starts
43 int _phi_operand; // For resolving of phi functions at begin of entry_block
86 BlockBegin* entry_block() const { return _entry_block; } function in class:XHandler
93 void set_entry_block(BlockBegin* entry_block) { argument
94 assert(entry_block->is_set(BlockBegin::exception_entry_flag), "must be an exception handler entry");
95 assert(entry_block->bci() == handler_bci(), "bci's must correspond");
96 _entry_block = entry_block;
H A Dc1_IR.cpp119 assert(entry_block() == other->entry_block(), "entry_block must be equal when entry_pco is equal");
H A Dc1_LIRAssembler.cpp197 handler->set_entry_pco(handler->entry_block()->exception_handler_pco());
H A Dc1_LinearScan.cpp1901 BlockBegin* to_block = handler->entry_block();
1940 TRACE_LINEAR_SCAN(4, tty->print_cr("resolving exception handler B%d: throwing_op_id=%d", handler->entry_block()->block_id(), throwing_op_id));
1948 BlockBegin* block = handler->entry_block();
1964 entry_code->jump(handler->entry_block());
3494 TRACE_LINEAR_SCAN(2, tty->print_cr("process_xhandler B%d", xhandler->entry_block()->block_id()));
3502 process_successor(xhandler->entry_block(), input_state);
H A Dc1_GraphBuilder.cpp191 BlockBegin* entry = h->entry_block();
2217 BlockBegin* entry = h->entry_block();
3592 assert(h->entry_block() == sync_handler, "corrupt list of handlers");
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp579 Block* entry_block = start_block(); local
580 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), "");
582 merge_common(entry_block, entry_block->next_path_num());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp258 entry_code->jump(xhandler->entry_block());

Completed in 91 milliseconds