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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2122 int cont_offset = ImplicitExceptionTable(this).at( exception_offset ); local
2124 if (cont_offset == 0) {
2138 if (cont_offset == 0) {
2142 return code_begin() + cont_offset;
2759 int cont_offset = ImplicitExceptionTable(this).at(begin - code_begin()); local
2760 if (cont_offset != 0) {
2762 st->print("; implicit exception: dispatches to " INTPTR_FORMAT, code_begin() + cont_offset);

Completed in 1629 milliseconds