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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp432 assert(as_BlockEnd() == NULL, "BlockEnd instructions must have no next");
499 virtual BlockEnd* as_BlockEnd() { return NULL; } function in class:Instruction

Completed in 37 milliseconds