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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java75 final int[] codeAddressToIndex = new int[codeAddress+1];
76 Arrays.fill(codeAddressToIndex, -1);
79 codeAddressToIndex[instructionList.get(i).codeAddress] = i;
90 convertAndSetInstruction(location, codeAddressToIndex, instruction);
94 convertAndSetInstruction(location, codeAddressToIndex, instruction);
107 int locationIndex = mapCodeAddressToIndex(codeAddressToIndex, debugCodeAddress);
115 Label startLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress());
116 Label endLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress() + tryBlock.getCodeUnitCount());
121 newLabel(codeAddressToIndex, exceptionHandler.getHandlerCodeAddress())));
471 private int mapCodeAddressToIndex(@Nonnull int[] codeAddressToIndex, in argument
484 newLabel(@onnull int[] codeAddressToIndex, int codeAddress) argument
494 newSwitchPayloadReferenceLabel(@onnull MethodLocation switchLocation, @Nonnull int[] codeAddressToIndex, int codeAddress) argument
508 convertAndSetInstruction(@onnull MethodLocation location, int[] codeAddressToIndex, @Nonnull Instruction instruction) argument
612 newBuilderInstruction10t(int codeAddress, int[] codeAddressToIndex, @Nonnull Instruction10t instruction) argument
657 newBuilderInstruction20t(int codeAddress, int[] codeAddressToIndex, @Nonnull Instruction20t instruction) argument
697 newBuilderInstruction21t(int codeAddress, int[] codeAddressToIndex, @Nonnull Instruction21t instruction) argument
733 newBuilderInstruction22t(int codeAddress, int[] codeAddressToIndex, @Nonnull Instruction22t instruction) argument
760 newBuilderInstruction30t(int codeAddress, int[] codeAddressToIndex, @Nonnull Instruction30t instruction) argument
784 newBuilderInstruction31t(@onnull MethodLocation location , int[] codeAddressToIndex, @Nonnull Instruction31t instruction) argument
869 newBuilderPackedSwitchPayload(@onnull MethodLocation location, @Nonnull int[] codeAddressToIndex, @Nonnull PackedSwitchPayload instruction) argument
894 newBuilderSparseSwitchPayload(@onnull MethodLocation location, @Nonnull int[] codeAddressToIndex, @Nonnull SparseSwitchPayload instruction) argument
[all...]

Completed in 108 milliseconds