Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java59 this.instructions = ImmutableInstruction.immutableListOf(instructions); in ImmutableMethodImplementation()
60 this.tryBlocks = ImmutableTryBlock.immutableListOf(tryBlocks); in ImmutableMethodImplementation()
61 this.debugItems = ImmutableDebugItem.immutableListOf(debugItems); in ImmutableMethodImplementation()
DImmutableTryBlock.java55 this.exceptionHandlers = ImmutableExceptionHandler.immutableListOf(exceptionHandlers); in ImmutableTryBlock()
84 public static ImmutableList<ImmutableTryBlock> immutableListOf( in immutableListOf() method in ImmutableTryBlock
DImmutableExceptionHandler.java65 public static ImmutableList<ImmutableExceptionHandler> immutableListOf( in immutableListOf() method in ImmutableExceptionHandler
DImmutableMethodParameter.java85 public static ImmutableList<ImmutableMethodParameter> immutableListOf( in immutableListOf() method in ImmutableMethodParameter
DImmutableMethod.java68 this.parameters = ImmutableMethodParameter.immutableListOf(parameters); in ImmutableMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
DImmutableArrayEncodedValue.java46 this.value = ImmutableEncodedValueFactory.immutableListOf(value); in ImmutableArrayEncodedValue()
DImmutableEncodedValueFactory.java122 public static ImmutableList<ImmutableEncodedValue> immutableListOf in immutableListOf() method in ImmutableEncodedValueFactory
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableSwitchElement.java66 …public static ImmutableList<ImmutableSwitchElement> immutableListOf(@Nullable List<? extends Switc… in immutableListOf() method in ImmutableSwitchElement
DImmutableSparseSwitchPayload.java52 this.switchElements = ImmutableSwitchElement.immutableListOf(switchElements); in ImmutableSparseSwitchPayload()
DImmutablePackedSwitchPayload.java53 this.switchElements = ImmutableSwitchElement.immutableListOf(switchElements); in ImmutablePackedSwitchPayload()
DImmutableInstruction.java146 …public static ImmutableList<ImmutableInstruction> immutableListOf(Iterable<? extends Instruction> … in immutableListOf() method in ImmutableInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
DImmutableTypeReference.java61 …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/
DImmutableDebugItem.java78 …public static ImmutableList<ImmutableDebugItem> immutableListOf(@Nullable Iterable<? extends Debug… in immutableListOf() method in ImmutableDebugItem