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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp129 bool could_catch(ciInstanceKlass* klass, bool type_is_exact) const;
H A Dc1_IR.cpp60 // classes are unloaded. type_is_exact indicates whether the throw
62 bool XHandlers::could_catch(ciInstanceKlass* klass, bool type_is_exact) const {
84 if (!type_is_exact) {
H A Dc1_GraphBuilder.cpp1724 bool type_is_exact = false;
1733 type_is_exact = true;
1744 type_is_exact = true;
1749 if (receiver_klass != NULL && type_is_exact &&
H A Dc1_LIRGenerator.cpp1972 bool type_is_exact = true; local
1975 type_is_exact = false;
1980 unwind = !x->exception_handlers()->could_catch(throw_klass, type_is_exact);

Completed in 283 milliseconds