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

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp380 static void forte_fill_call_trace_given_top(JavaThread* thd, argument
394 bool fully_decipherable = find_initial_Java_frame(thd, &top_frame, &initial_Java_frame, &method, &bci);
431 if (!initial_Java_frame.safe_for_sender(thd)) return;
433 RegisterMap map(thd, false);
437 vframeStreamForte st(thd, initial_Java_frame, false);

Completed in 29 milliseconds