comparison src/cpu/zero/vm/frame_zero.hpp @ 1078:8e7adf982378

6896043: first round of zero fixes Reviewed-by: kvn Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 27 Nov 2009 07:56:58 -0800
parents 354d3184f6b2
children 0c5b3cf3c1f5
comparison
equal deleted inserted replaced
1073:de44705e6b33 1078:8e7adf982378
63 const SharkFrame *zero_sharkframe() const { 63 const SharkFrame *zero_sharkframe() const {
64 return zeroframe()->as_shark_frame(); 64 return zeroframe()->as_shark_frame();
65 } 65 }
66 66
67 public: 67 public:
68 bool is_fake_stub_frame() const; 68 frame sender_for_nonentry_frame(RegisterMap* map) const;
69
70 public:
71 frame sender_for_fake_stub_frame(RegisterMap* map) const;
72 69
73 public: 70 public:
74 void zero_print_on_error(int index, 71 void zero_print_on_error(int index,
75 outputStream* st, 72 outputStream* st,
76 char* buf, 73 char* buf,