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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1577 JVM_ExceptionTableEntryType einfo; local
1581 i, &einfo);
1583 if (!(einfo.start_pc < einfo.end_pc &&
1584 einfo.start_pc >= 0 &&
1585 isLegalTarget(context, einfo.start_pc) &&
1586 (einfo.end_pc == code_length ||
1587 isLegalTarget(context, einfo.end_pc)))) {
1590 if (!((einfo.handler_pc > 0) &&
1591 isLegalTarget(context, einfo
[all...]

Completed in 2729 milliseconds