Searched defs:interpreter_frame_method (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp386 methodOop frame::interpreter_frame_method() const { function in class:frame
413 methodDataOop mdo = interpreter_frame_method()->method_data();
423 methodDataOop mdo = interpreter_frame_method()->method_data();
438 return is_bci(bcx) ? bcx : interpreter_frame_method()->bci_from((address)bcx);
444 interpreter_frame_set_bcx((intptr_t)interpreter_frame_method()->bcp_from(bci));
450 return is_bci(bcx) ? interpreter_frame_method()->bcp_from(bcx) : (address)bcx;
600 for (i = 0; i < interpreter_frame_method()->max_locals(); i++ ) {
632 st->print(" - method [" INTPTR_FORMAT "]", (address)interpreter_frame_method());
635 interpreter_frame_method()->print_name(st);
694 methodOop m = this->interpreter_frame_method();
[all...]

Completed in 31 milliseconds