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

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DCatchMethodItem.java47 int handlerAddress) {
58 handlerLabel = labelCache.internLabel(new LabelMethodItem(options, handlerAddress, "catchall_"));
60 handlerLabel = labelCache.internLabel(new LabelMethodItem(options, handlerAddress, "catch_"));
45 CatchMethodItem(@onnull BaksmaliOptions options, @Nonnull MethodDefinition.LabelCache labelCache, int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, int handlerAddress) argument

Completed in 83 milliseconds