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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp767 INC_WEIGHT_IF(cur->end()->as_Throw() == NULL && (single_sux == NULL || single_sux->end()->as_Throw() == NULL));
H A Dc1_Instruction.hpp506 virtual Throw* as_Throw() { return NULL; } function in class:Instruction
H A Dc1_LIRGenerator.cpp428 if (x->as_ExceptionObject() || x->as_Throw()) {
H A Dc1_GraphBuilder.cpp2720 assert(end->as_Return() == NULL || end->as_Throw() == NULL || end->state()->stack_size() == 0, "stack not needed for return and throw");

Completed in 1952 milliseconds