Searched defs:is_block (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp97 virtual bool is_block() { return false; } function in class:CFGElement
99 Block* as_Block() { assert(is_block(), "must be block"); return (Block*)this; }
143 virtual bool is_block() { return true; } function in class:Block
550 assert(_members.at(0)->is_block(), "head must be a block");

Completed in 180 milliseconds