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

/openjdk7/hotspot/src/share/vm/runtime/
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());

Completed in 32 milliseconds