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

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp68 static bool is_decipherable_compiled_frame(JavaThread* thread, frame* fr, nmethod* nm);
134 static bool is_decipherable_compiled_frame(JavaThread* thread, frame* fr, nmethod* nm) { function
337 if (!is_decipherable_compiled_frame(thread, &candidate, nm)) {
341 // is_decipherable_compiled_frame may modify candidate's pc

Completed in 47 milliseconds