/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableMethodImplementation.java | 59 this.instructions = ImmutableInstruction.immutableListOf(instructions); in ImmutableMethodImplementation() 60 this.tryBlocks = ImmutableTryBlock.immutableListOf(tryBlocks); in ImmutableMethodImplementation() 61 this.debugItems = ImmutableDebugItem.immutableListOf(debugItems); in ImmutableMethodImplementation()
|
D | ImmutableTryBlock.java | 55 this.exceptionHandlers = ImmutableExceptionHandler.immutableListOf(exceptionHandlers); in ImmutableTryBlock() 84 public static ImmutableList<ImmutableTryBlock> immutableListOf( in immutableListOf() method in ImmutableTryBlock
|
D | ImmutableExceptionHandler.java | 65 public static ImmutableList<ImmutableExceptionHandler> immutableListOf( in immutableListOf() method in ImmutableExceptionHandler
|
D | ImmutableMethodParameter.java | 85 public static ImmutableList<ImmutableMethodParameter> immutableListOf( in immutableListOf() method in ImmutableMethodParameter
|
D | ImmutableMethod.java | 68 this.parameters = ImmutableMethodParameter.immutableListOf(parameters); in ImmutableMethod()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/ |
D | ImmutableArrayEncodedValue.java | 46 this.value = ImmutableEncodedValueFactory.immutableListOf(value); in ImmutableArrayEncodedValue()
|
D | ImmutableEncodedValueFactory.java | 122 public static ImmutableList<ImmutableEncodedValue> immutableListOf in immutableListOf() method in ImmutableEncodedValueFactory
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableSwitchElement.java | 66 …public static ImmutableList<ImmutableSwitchElement> immutableListOf(@Nullable List<? extends Switc… in immutableListOf() method in ImmutableSwitchElement
|
D | ImmutableSparseSwitchPayload.java | 52 this.switchElements = ImmutableSwitchElement.immutableListOf(switchElements); in ImmutableSparseSwitchPayload()
|
D | ImmutablePackedSwitchPayload.java | 53 this.switchElements = ImmutableSwitchElement.immutableListOf(switchElements); in ImmutablePackedSwitchPayload()
|
D | ImmutableInstruction.java | 146 …public static ImmutableList<ImmutableInstruction> immutableListOf(Iterable<? extends Instruction> … in immutableListOf() method in ImmutableInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/ |
D | ImmutableTypeReference.java | 61 …public static ImmutableList<ImmutableTypeReference> immutableListOf(@Nullable List<? extends TypeR… in immutableListOf() method in ImmutableTypeReference
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/ |
D | ImmutableDebugItem.java | 78 …public static ImmutableList<ImmutableDebugItem> immutableListOf(@Nullable Iterable<? extends Debug… in immutableListOf() method in ImmutableDebugItem
|