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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileError.cpp34 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
40 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
46 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
52 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
59 THREAD_AND_LOCATION,
H A DclassFileParser.cpp1641 Exceptions::fthrow(THREAD_AND_LOCATION,
3017 THREAD_AND_LOCATION,
3025 THREAD_AND_LOCATION,
3102 THREAD_AND_LOCATION,
3213 THREAD_AND_LOCATION,
4014 THREAD_AND_LOCATION,
4034 THREAD_AND_LOCATION,
4082 THREAD_AND_LOCATION,
4116 THREAD_AND_LOCATION,
4146 THREAD_AND_LOCATION,
[all...]
H A DsystemDictionary.cpp1075 Exceptions::_throw_msg(THREAD_AND_LOCATION,
/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...]
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp100 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_IllegalArgumentException(),
134 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_IllegalArgumentException(),
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp161 THREAD_AND_LOCATION,
359 THREAD_AND_LOCATION,
577 THREAD_AND_LOCATION,
757 THREAD_AND_LOCATION,
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp615 THREAD_AND_LOCATION,
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp313 THREAD_AND_LOCATION,

Completed in 75 milliseconds