Searched refs:pc_at (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp44 address pc_at(int index) { assert(index >= 0 && index < count(),""); return _pc[index]; } function in class:ExceptionCache
H A Dnmethod.cpp250 if (pc_at(i) == addr) {

Completed in 62 milliseconds