Searched refs:fast_exception_handler_bci_for (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp309 static int fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS);
H A DmethodOop.cpp112 int methodOopDesc::fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS) { function in class:methodOopDesc
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp430 handler_bci = methodOopDesc::fast_exception_handler_bci_for(h_method, h_klass, current_bci, THREAD);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1307 current_bci = methodOopDesc::fast_exception_handler_bci_for(
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp645 handler_bci = methodOopDesc::fast_exception_handler_bci_for(sd->method(), ek, bci, THREAD);

Completed in 60 milliseconds