Searched refs:fill_in_stack_trace (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp227 java_lang_Throwable::fill_in_stack_trace(exception, method());
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp498 static void fill_in_stack_trace(Handle throwable, methodHandle method, TRAPS);
499 static void fill_in_stack_trace(Handle throwable, methodHandle method = methodHandle());
H A DjavaClasses.cpp1420 void java_lang_Throwable::fill_in_stack_trace(Handle throwable, methodHandle method, TRAPS) { function in class:java_lang_Throwable
1448 // Instead of using vframe directly, this version of fill_in_stack_trace
1555 void java_lang_Throwable::fill_in_stack_trace(Handle throwable, methodHandle method) { function in class:java_lang_Throwable
1569 fill_in_stack_trace(throwable, method, thread);
1619 // Unlike fill_in_stack_trace we do not skip fillInStackTrace or throwable init
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp291 java_lang_Throwable::fill_in_stack_trace(exception);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp744 java_lang_Throwable::fill_in_stack_trace(exception);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp484 java_lang_Throwable::fill_in_stack_trace(exception);

Completed in 282 milliseconds