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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp712 const TypeInstPtr* ex_type = _gvn.type(ex_node)->isa_instptr(); local
713 NOT_PRODUCT(if (ex_type==NULL) tty->print_cr("*** Exception not InstPtr"));
714 if (ex_type == NULL)
715 ex_type = TypeOopPtr::make_from_klass(env()->Throwable_klass())->is_instptr();
719 ex_type->klass()->as_instance_klass(),
720 ex_type->klass_is_exact());
728 if (has_ex_handler() && !ex_type->klass_is_exact()) {
H A DgraphKit.cpp243 const Type* ex_type = _gvn.type(ex_oop); local
248 assert(ex_type->isa_instptr(), "exception must be an instance");
253 if (ex_type2 == ex_type
2277 const Type* ex_type = TypeOopPtr::make_from_klass_unique(ex_klass)->cast_to_ptr_type(TypePtr::NotNull); local
2278 Node* ex_oop = new (C) CreateExNode(ex_type, control(), i_o);

Completed in 108 milliseconds