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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp572 vf = vf->java_sender();
633 jvf = jvf->java_sender()) {
707 jvf = jvf->java_sender()) {
831 jvf = jvf->java_sender();
840 // optimize to limit the number of times that java_sender() is called
849 jvf_cursor = jvf_cursor->java_sender();
867 jvf = jvf->java_sender();
875 jvf = jvf->java_sender();
H A DjvmtiThreadState.cpp237 jvf = jvf->java_sender();
H A DjvmtiImpl.cpp581 vf = vf->java_sender();
/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp124 for (javaVFrame* vf = thread->last_java_vframe(&rm); vf != NULL; vf = vf->java_sender()) {
698 for (javaVFrame* vf = thread->last_java_vframe(&rm); vf != NULL; vf = vf->java_sender()) {
H A Dframe.hpp174 frame java_sender() const;
H A Dvframe.hpp83 javaVFrame *java_sender() const;
H A Dvframe.cpp103 javaVFrame* vframe::java_sender() const { function in class:vframe
H A Dframe.cpp338 frame frame::java_sender() const { function in class:frame

Completed in 38 milliseconds