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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp278 class vframeStreamCommon : StackObj { class in inherits:StackObj
309 vframeStreamCommon(JavaThread* thread) : _reg_map(thread, false) { function in class:vframeStreamCommon
351 class vframeStream : public vframeStreamCommon {
355 : vframeStreamCommon(thread) {
374 inline bool vframeStreamCommon::fill_in_compiled_inlined_sender() {
383 inline void vframeStreamCommon::fill_from_compiled_frame(int decode_offset) {
425 inline void vframeStreamCommon::fill_from_compiled_native_frame() {
432 inline bool vframeStreamCommon::fill_from_frame() {
511 inline void vframeStreamCommon::fill_from_interpreter_frame() {

Completed in 31 milliseconds