Searched refs:handlerAddress (Results 1 – 3 of 3) sorted by relevance
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | CatchMethodItem.java | 47 int handlerAddress) { in CatchMethodItem() argument 58 … handlerLabel = labelCache.internLabel(new LabelMethodItem(options, handlerAddress, "catchall_")); in CatchMethodItem() 60 … handlerLabel = labelCache.internLabel(new LabelMethodItem(options, handlerAddress, "catch_")); in CatchMethodItem()
|
D | MethodDefinition.java | 562 int handlerAddress = handler.getHandlerCodeAddress(); in addTries() local 563 if (handlerAddress >= codeSize) { in addTries() 565 … "Exception handler offset %d is past the end of the code block.", handlerAddress); in addTries() 570 handler.getExceptionType(), startAddress, endAddress, handlerAddress); in addTries()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | CodeItem.java | 218 int handlerAddress = reader.readSmallUleb128(); in makeAnnotator() local 219 … out.annotateTo(reader.getOffset(), "addr = 0x%x", handlerAddress); in makeAnnotator() local
|