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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp523 address nstart = dest->code_section(sect)->start(); local
524 return ostart + (newa - nstart);
539 address nstart = dest->code_section(sect)->start(); local
540 return nstart + (olda - ostart);

Completed in 31 milliseconds