Lines Matching refs:etable
797 boolean exclusive, ExceptionTable etable, CodeAttribute ca) in insertGapCore0() argument
804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca); in insertGapCore0()
809 exclusive, etable, ca); in insertGapCore0()
818 boolean exclusive, ExceptionTable etable, in insertGapCore1() argument
825 etable.shiftPc(where, gapLength, exclusive); in insertGapCore1()
996 ExceptionTable etable; field in CodeIterator.Pointers
1006 etable = et; // non null in Pointers()
1024 etable.shiftPc(where, gapLength, exclusive); in shiftPc()
1045 static byte[] changeLdcToLdcW(byte[] code, ExceptionTable etable, in changeLdcToLdcW() argument
1055 Pointers pointers = new Pointers(0, 0, 0, etable, ca); in changeLdcToLdcW()
1087 ExceptionTable etable, CodeAttribute ca, Gap newWhere) in insertGapCore0w() argument
1094 Pointers pointers = new Pointers(currentPos, mark, where, etable, ca); in insertGapCore0w()