Searched refs:switchLocation (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java490 @Nonnull public MethodLocation switchLocation; field in class:MutableMethodImplementation.SwitchPayloadReferenceLabel
494 public Label newSwitchPayloadReferenceLabel(@Nonnull MethodLocation switchLocation, argument
498 label.switchLocation = switchLocation;
841 MethodLocation switchLocation = null;
845 if (switchLocation != null) {
849 switchLocation = ((SwitchPayloadReferenceLabel)label).switchLocation;
859 return switchLocation;
863 return switchLocation;
[all...]

Completed in 46 milliseconds