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

/openjdk9/hotspot/src/share/vm/code/
H A Dstubs.hpp162 Stub* stub_at(int i) const { check_index(i); return (Stub*)(_stub_buffer + i); } function in class:StubQueue

Completed in 99 milliseconds