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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp186 ciInstance* get_or_create_exception(jobject& handle, Symbol* name);
H A DciEnv.cpp237 ciInstance* ciEnv::get_or_create_exception(jobject& handle, Symbol* name) { function in class:ciEnv
263 = get_or_create_exception(_ArrayIndexOutOfBoundsException_handle,
271 = get_or_create_exception(_ArrayStoreException_handle,
279 = get_or_create_exception(_ClassCastException_handle,

Completed in 33 milliseconds