Lines Matching refs:THREAD_AND_LOCATION
215 #define THREAD_AND_LOCATION THREAD, __FILE__, __LINE__
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, e); return result; }
245 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, NULL); return result; }
248 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, message); return result; }
251 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, message, loader, protection_domain); return result; }
254 { Exceptions::_throw_args(THREAD_AND_LOCATION, name, signature, args); return result; }
257 { Exceptions::_throw_msg_cause(THREAD_AND_LOCATION, name, message, cause); return; }
260 { Exceptions::_throw_msg_cause(THREAD_AND_LOCATION, name, message, cause); return result; }