Home | History | Annotate | Download | only in x64

Lines Matching full:frame_offset

1158 static T& frame_entry(Address re_frame, int frame_offset) {
1159 return reinterpret_cast<T&>(Memory::int32_at(re_frame + frame_offset));