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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp45 void set_pc_at(int index, address a) { assert(index >= 0 && index < cache_size,""); _pc[index] = a; } function in class:ExceptionCache
H A Dnmethod.cpp261 set_pc_at(count(),addr);

Completed in 39 milliseconds