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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java213 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
214 offset = encodedCatchHandler.place(offset, encodedCatchHandlerBaseOffset);
281 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
284 encodedCatchHandler.writeTo(out);
298 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
299 encodedCatchHandler.writeTo(out);
628 for (EncodedCatchHandler encodedCatchHandler: encodedCatchHandlers) {
629 if (encodedCatchHandler.catchAllHandlerAddress != -1) {
630 assert newAddressByOriginalAddress.indexOfKey(encodedCatchHandler.catchAllHandlerAddress) >= 0;
631 encodedCatchHandler
767 public final EncodedCatchHandler encodedCatchHandler; field in class:CodeItem.TryItem
775 TryItem(int startCodeAddress, int tryLength, EncodedCatchHandler encodedCatchHandler) argument
[all...]

Completed in 97 milliseconds