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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp112 int methodOopDesc::fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS) { argument
131 } else if (ex_klass.is_null()) {
140 if (ex_klass->is_subtype_of(klass())) {
H A DmethodOop.hpp298 // exception of klass ex_klass thrown at throw_bci. A value of NULL
299 // for ex_klass indicates that the exception klass is not known; in
309 static int fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS);
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp757 void make_slow_call_ex(Node* call, ciInstanceKlass* ex_klass, bool separate_io_proj);
768 Node* fast_and_slow(Node* in, const Type *result_type, Node* null_result, IfNode* fast_test, Node* fast_result, address slow_call, const TypeFunc *slow_call_type, Node* slow_arg, klassOop ex_klass, Node* slow_result);
H A DgraphKit.cpp2261 void GraphKit::make_slow_call_ex(Node* call, ciInstanceKlass* ex_klass, bool separate_io_proj) { argument
2277 const Type* ex_type = TypeOopPtr::make_from_klass_unique(ex_klass)->cast_to_ptr_type(TypePtr::NotNull);

Completed in 150 milliseconds