Searched refs:get_original_pc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp393 address original_pc = nm->get_original_pc(&fr);
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp597 address get_original_pc(const frame* fr) { return *orig_pc_addr(fr); } function in class:nmethod
H A Dnmethod.cpp2190 return nm->get_original_pc(fr);

Completed in 33 milliseconds