comparison src/cpu/zero/vm/frame_zero.hpp @ 1512:6cfbdb113e52

6950617: Zero/Shark interface updates Summary: Zero needs a couple of new methods to allow Shark to access the new frame anchor field. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 07 May 2010 04:20:56 -0700
parents 0c5b3cf3c1f5
children c18cbe5936b8
comparison
equal deleted inserted replaced
1511:348346af6676 1512:6cfbdb113e52
60 const SharkFrame *zero_sharkframe() const { 60 const SharkFrame *zero_sharkframe() const {
61 return zeroframe()->as_shark_frame(); 61 return zeroframe()->as_shark_frame();
62 } 62 }
63 63
64 public: 64 public:
65 bool is_fake_stub_frame() const;
66
67 public:
65 frame sender_for_nonentry_frame(RegisterMap* map) const; 68 frame sender_for_nonentry_frame(RegisterMap* map) const;
66 69
67 public: 70 public:
68 void zero_print_on_error(int index, 71 void zero_print_on_error(int index,
69 outputStream* st, 72 outputStream* st,