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

/openjdk7/hotspot/src/share/vm/ci/
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 710 milliseconds