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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp128 static void _throw_args(Thread* thread, const char* file, int line,
236 { Exceptions::_throw_args(THREAD_AND_LOCATION, name, signature, args); return; }
254 { Exceptions::_throw_args(THREAD_AND_LOCATION, name, signature, args); return result; }
H A Dexceptions.cpp195 void Exceptions::_throw_args(Thread* thread, const char* file, int line, Symbol* name, Symbol* signature, JavaCallArguments *args) { function in class:Exceptions

Completed in 37 milliseconds