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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp304 // Helper routine for security_get_caller_frame
344 void security_get_caller_frame(int depth);
H A Dvframe.cpp403 void vframeStreamCommon::security_get_caller_frame(int depth) { function in class:vframeStreamCommon
H A Dthread.cpp3172 vfst.security_get_caller_frame(depth);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1178 vfst.security_get_caller_frame(1);
3191 for(vframeStream vfst(thread); !vfst.at_end(); vfst.security_get_caller_frame(1)) {

Completed in 57 milliseconds