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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp215 #define THREAD_AND_LOCATION THREAD, __FILE__, __LINE__ macro
218 { Exceptions::_throw_oop(THREAD_AND_LOCATION, e); return; }
221 { Exceptions::_throw(THREAD_AND_LOCATION, e); return; }
224 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, NULL); return; }
227 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, message); return; }
230 { Exceptions::_throw_cause(THREAD_AND_LOCATION, name, cause); return; }
233 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, message, loader, protection_domain); return; }
236 { Exceptions::_throw_args(THREAD_AND_LOCATION, name, signature, args); return; }
239 { Exceptions::_throw_oop(THREAD_AND_LOCATION, e); return result; }
242 { Exceptions::_throw(THREAD_AND_LOCATION,
[all...]

Completed in 1221 milliseconds