Searched refs:as_StateSplit (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp339 StateSplit* split = instr->as_StateSplit();
H A Dc1_LIRAssembler.cpp339 StateSplit* ss = ins->as_StateSplit();
H A Dc1_Instruction.hpp483 virtual StateSplit* as_StateSplit() { return NULL; } function in class:Instruction
H A Dc1_GraphBuilder.cpp2136 StateSplit* s = i1->as_StateSplit();
2157 assert(instr->as_StateSplit() == NULL || instr->as_BlockEnd() != NULL, "wrong append used");

Completed in 386 milliseconds