< prev index next >

src/cpu/zero/vm/frame_zero.cpp

Print this page




 427 }
 428 
 429 #ifndef PRODUCT
 430 
 431 void frame::describe_pd(FrameValues& values, int frame_no) {
 432 
 433 }
 434 
 435 #endif
 436 
 437 intptr_t *frame::initial_deoptimization_info() {
 438   // unused... but returns fp() to minimize changes introduced by 7087445
 439   return fp();
 440 }
 441 
 442 #ifndef PRODUCT
 443 // This is a generic constructor which is only used by pns() in debug.cpp.
 444 frame::frame(void* sp, void* fp, void* pc) {
 445   Unimplemented();
 446 }


 447 #endif


 427 }
 428 
 429 #ifndef PRODUCT
 430 
 431 void frame::describe_pd(FrameValues& values, int frame_no) {
 432 
 433 }
 434 
 435 #endif
 436 
 437 intptr_t *frame::initial_deoptimization_info() {
 438   // unused... but returns fp() to minimize changes introduced by 7087445
 439   return fp();
 440 }
 441 
 442 #ifndef PRODUCT
 443 // This is a generic constructor which is only used by pns() in debug.cpp.
 444 frame::frame(void* sp, void* fp, void* pc) {
 445   Unimplemented();
 446 }
 447 
 448 void frame::pd_ps() {}
 449 #endif
< prev index next >