Searched refs:is_trap (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp66 // is_trap: Does not return to the caller. (E.g., uncommon trap.)
67 virtual bool is_trap() const { return false; } function in class:CallGenerator
H A DcallGenerator.cpp966 virtual bool is_trap() const { return true; } function in class:UncommonTrapCallGenerator

Completed in 40 milliseconds