< prev index next > src/hotspot/cpu/arm/continuationHelper_arm.inline.hpp
Print this page
inline address ContinuationHelper::Frame::real_pc(const frame& f) {
Unimplemented();
return nullptr;
}
! inline void ContinuationHelper::Frame::patch_pc(const frame& f, address pc) {
Unimplemented();
}
inline intptr_t* ContinuationHelper::InterpretedFrame::frame_top(const frame& f, InterpreterOopMap* mask) { // inclusive; this will be copied with the frame
Unimplemented();
inline address ContinuationHelper::Frame::real_pc(const frame& f) {
Unimplemented();
return nullptr;
}
! inline void ContinuationHelper::Frame::patch_pc(const frame& f, address pc, bool callee_augmented) {
Unimplemented();
}
inline intptr_t* ContinuationHelper::InterpretedFrame::frame_top(const frame& f, InterpreterOopMap* mask) { // inclusive; this will be copied with the frame
Unimplemented();
< prev index next >