src/cpu/zero/vm/javaFrameAnchor_zero.hpp

changeset 1867
6cfbdb113e52
parent 1860
0c5b3cf3c1f5
child 1907
c18cbe5936b8
equal deleted inserted replaced
1866:348346af6676 1867:6cfbdb113e52
79 } 79 }
80 80
81 ZeroFrame* last_Java_fp() const { 81 ZeroFrame* last_Java_fp() const {
82 return _last_Java_fp; 82 return _last_Java_fp;
83 } 83 }
84
85 static ByteSize last_Java_fp_offset() {
86 return byte_offset_of(JavaFrameAnchor, _last_Java_fp);
87 }

mercurial