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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp53 _vf = javaVFrame::cast(vframe::new_vframe(&_fr, &map, thread));
62 _vf = javaVFrame::cast(vframe::new_vframe(&_fr, &map, thread));
137 vframe* vf = vframe::new_vframe(&_fr, &map, thread());
H A Dvframe.cpp61 vframe* vframe::new_vframe(const frame* f, const RegisterMap* reg_map, JavaThread* thread) { function in class:vframe
79 return new_vframe(&s, &temp_map, thread);
93 return vframe::new_vframe(&s, &temp_map, thread());
H A Dvframe.hpp64 static vframe* new_vframe(const frame* f, const RegisterMap *reg_map, JavaThread* thread);
H A Ddeoptimization.cpp202 vframe* vf = vframe::new_vframe(&deoptee, &map, thread);
1080 vframe* vf = vframe::new_vframe(&fr, map, thread);
1110 vframe* vf = vframe::new_vframe(cur, sfs.register_map(), jt);
1259 vframe* vf = vframe::new_vframe(&fr, &reg_map, thread);
H A DvframeArray.cpp395 vframe* f = vframe::new_vframe(iframe(), &map, thread);
H A Dthread.cpp3163 for (vframe* vf = vframe::new_vframe(&f, reg_map, this); vf; vf = vf->sender() ) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp526 p->trace_stack_from(vframe::new_vframe(&f, &reg_map, p));
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1601 vframe* vf = vframe::new_vframe(&f, &reg_map, java_thread);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp3113 vframe* vf = vframe::new_vframe(&f, &reg_map, java_thread);

Completed in 57 milliseconds