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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp113 static void _throw_oop(Thread* thread, const char* file, int line, oop exception);
218 { Exceptions::_throw_oop(THREAD_AND_LOCATION, e); return; }
239 { Exceptions::_throw_oop(THREAD_AND_LOCATION, e); return result; }
H A Dexceptions.cpp132 void Exceptions::_throw_oop(Thread* thread, const char* file, int line, oop exception) { function in class:Exceptions

Completed in 38 milliseconds