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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp303 BlockBegin* std_entry() const { return start()->end()->as_Base()->std_entry(); }
304 BlockBegin* osr_entry() const { return start()->end()->as_Base()->osr_entry(); }
H A Dc1_ValueMap.cpp358 assert(start_block->next()->as_Base() != NULL && start_block->next()->next() == NULL, "start block must not have instructions");
H A Dc1_IR.cpp848 assert(start_block->end()->as_Base() != NULL, "start block must end with Base-instruction");
H A Dc1_Instruction.hpp507 virtual Base* as_Base() { return NULL; } function in class:Instruction
H A Dc1_LinearScan.cpp6048 BlockBegin* osr_entry = code->at(0)->end()->as_Base()->osr_entry();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp136 block->end()->as_Base() != NULL ||

Completed in 607 milliseconds