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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp562 ciInstance* ex_obj = NULL; local
565 ex_obj = env()->NullPointerException_instance();
568 ex_obj = env()->ArithmeticException_instance();
571 ex_obj = env()->ArrayIndexOutOfBoundsException_instance();
575 ex_obj = env()->ArrayStoreException_instance();
577 ex_obj = env()->ClassCastException_instance();
582 if (ex_obj != NULL) {
587 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj);

Completed in 42 milliseconds