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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java216 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
217 offset = encodedCatchHandler.place(offset, encodedCatchHandlerBaseOffset);
284 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
287 encodedCatchHandler.writeTo(out);
301 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
302 encodedCatchHandler.writeTo(out);
611 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
612 if (encodedCatchHandler.catchAllHandlerAddress != -1) {
613 assert newAddressByOriginalAddress.indexOfKey(encodedCatchHandler.catchAllHandlerAddress) >= 0;
614 encodedCatchHandler
750 public final EncodedCatchHandler encodedCatchHandler; field in class:CodeItem.TryItem
758 TryItem(int startCodeAddress, int tryLength, EncodedCatchHandler encodedCatchHandler) argument
[all...]

Completed in 112 milliseconds