Searched refs:interpreter_frame_set_mdp (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp272 void interpreter_frame_set_mdp(address dp);
H A DvframeArray.cpp309 iframe()->interpreter_frame_set_mdp(mdp);
H A Dframe.cpp475 void frame::interpreter_frame_set_mdp(address mdp) { function in class:frame
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp104 last_frame(thread).interpreter_frame_set_mdp(mdo->bci_to_dp(last_frame(thread).interpreter_frame_bci()));
925 fr.interpreter_frame_set_mdp(new_mdp);

Completed in 31 milliseconds