Searched defs:vframe (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp44 // The vframe inheritance hierarchy:
45 // - vframe
54 class vframe: public ResourceObj { class in inherits:ResourceObj
60 vframe(const frame* fr, const RegisterMap* reg_map, JavaThread* thread);
61 vframe(const frame* fr, JavaThread* thread);
64 static vframe* new_vframe(const frame* f, const RegisterMap *reg_map, JavaThread* thread);
79 // Returns the sender vframe
80 virtual vframe* sender() const;
85 // Answers if the this is the top vframe in the frame, i.e., if the sender vframe
[all...]
H A Dvframe.cpp45 #include "runtime/vframe.hpp"
49 vframe::vframe(const frame* fr, const RegisterMap* reg_map, JavaThread* thread) function in class:vframe
55 vframe::vframe(const frame* fr, JavaThread* thread) function in class:vframe
61 vframe* vframe::new_vframe(const frame* f, const RegisterMap* reg_map, JavaThread* thread) {
87 vframe* vframe::sender() const {
93 return vframe
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c103 typedef struct vframe { struct
1107 Vframe_t vframe = {0}; local
1108 Vframe_t *vf = &vframe;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c103 typedef struct vframe { struct
1107 Vframe_t vframe = {0}; local
1108 Vframe_t *vf = &vframe;

Completed in 41 milliseconds