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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableMethodImplementation.java59 this.instructions = ImmutableInstruction.immutableListOf(instructions);
60 this.tryBlocks = ImmutableTryBlock.immutableListOf(tryBlocks);
61 this.debugItems = ImmutableDebugItem.immutableListOf(debugItems);
H A DImmutableTryBlock.java55 this.exceptionHandlers = ImmutableExceptionHandler.immutableListOf(exceptionHandlers);
84 public static ImmutableList<ImmutableTryBlock> immutableListOf( method in class:ImmutableTryBlock
H A DImmutableExceptionHandler.java65 public static ImmutableList<ImmutableExceptionHandler> immutableListOf( method in class:ImmutableExceptionHandler
H A DImmutableMethodParameter.java85 public static ImmutableList<ImmutableMethodParameter> immutableListOf( method in class:ImmutableMethodParameter
H A DImmutableMethod.java68 this.parameters = ImmutableMethodParameter.immutableListOf(parameters);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableArrayEncodedValue.java46 this.value = ImmutableEncodedValueFactory.immutableListOf(value);
H A DImmutableEncodedValueFactory.java122 public static ImmutableList<ImmutableEncodedValue> immutableListOf method in class:ImmutableEncodedValueFactory
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutablePackedSwitchPayload.java53 this.switchElements = ImmutableSwitchElement.immutableListOf(switchElements);
H A DImmutableSparseSwitchPayload.java52 this.switchElements = ImmutableSwitchElement.immutableListOf(switchElements);
H A DImmutableSwitchElement.java66 public static ImmutableList<ImmutableSwitchElement> immutableListOf(@Nullable List<? extends SwitchElement> list) { method in class:ImmutableSwitchElement
H A DImmutableInstruction.java146 public static ImmutableList<ImmutableInstruction> immutableListOf(Iterable<? extends Instruction> list) { method in class:ImmutableInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableTypeReference.java61 public static ImmutableList<ImmutableTypeReference> immutableListOf(@Nullable List<? extends TypeReference> list) { method in class:ImmutableTypeReference
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableDebugItem.java78 public static ImmutableList<ImmutableDebugItem> immutableListOf(@Nullable Iterable<? extends DebugItem> list) { method in class:ImmutableDebugItem

Completed in 183 milliseconds