Uses of Class
org.jf.dexlib2.builder.MethodLocation
Packages that use MethodLocation
-
Uses of MethodLocation in org.jf.dexlib2.builder
Fields in org.jf.dexlib2.builder declared as MethodLocationModifier and TypeFieldDescriptionprivate MethodLocationMethodImplementationBuilder.currentLocation(package private) MethodLocationBuilderInstruction.location(package private) MethodLocationItemWithLocation.location(package private) MethodLocationBuilderSwitchPayload.referrerMutableMethodImplementation.SwitchPayloadReferenceLabel.switchLocationFields in org.jf.dexlib2.builder with type parameters of type MethodLocationModifier and TypeFieldDescription(package private) final ArrayList<MethodLocation> MutableMethodImplementation.instructionListMethods in org.jf.dexlib2.builder that return MethodLocationModifier and TypeMethodDescriptionprivate MethodLocationMutableMethodImplementation.findSwitchForPayload(MethodLocation payloadLocation) BuilderInstruction.getLocation()Label.getLocation()BuilderSwitchPayload.getReferrer()Methods in org.jf.dexlib2.builder with parameters of type MethodLocationModifier and TypeMethodDescriptionprivate voidMutableMethodImplementation.convertAndSetInstruction(MethodLocation location, int[] codeAddressToIndex, Instruction instruction) private MethodLocationMutableMethodImplementation.findSwitchForPayload(MethodLocation payloadLocation) LocatedItems.getModifiableItems(MethodLocation newItemsLocation) (package private) voidMethodLocation.mergeInto(MethodLocation nextLocation) voidLocatedItems.mergeItemsIntoNext(MethodLocation nextLocation, LocatedItems<T> otherLocatedItems) private BuilderInstruction31tMutableMethodImplementation.newBuilderInstruction31t(MethodLocation location, int[] codeAddressToIndex, Instruction31t instruction) private BuilderPackedSwitchPayloadMutableMethodImplementation.newBuilderPackedSwitchPayload(MethodLocation location, int[] codeAddressToIndex, PackedSwitchPayload instruction) private BuilderSparseSwitchPayloadMutableMethodImplementation.newBuilderSparseSwitchPayload(MethodLocation location, int[] codeAddressToIndex, SparseSwitchPayload instruction) MutableMethodImplementation.newSwitchPayloadReferenceLabel(MethodLocation switchLocation, int[] codeAddressToIndex, int codeAddress) private voidMutableMethodImplementation.setInstruction(MethodLocation location, BuilderInstruction instruction) voidItemWithLocation.setLocation(MethodLocation methodLocation) Constructors in org.jf.dexlib2.builder with parameters of type MethodLocation