| MODULE_FRAGMENT | |
| FILE fqName:home fileName:main.kt | |
| CLASS CLASS name:Color modality:FINAL visibility:public superTypes:[kotlin.Any] | |
| annotations: | |
| StabilityInferred(parameters = 1) | |
| $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:home.Color | |
| PROPERTY name:r visibility:public modality:FINAL [val] | |
| FIELD PROPERTY_BACKING_FIELD name:r type:kotlin.Int visibility:private [final] | |
| EXPRESSION_BODY | |
| GET_VAR 'r: kotlin.Int declared in home.Color.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER | |
| FUN DEFAULT_PROPERTY_ACCESSOR name:<get-r> visibility:public modality:FINAL <> ($this:home.Color) returnType:kotlin.Int | |
| correspondingProperty: PROPERTY name:r visibility:public modality:FINAL [val] | |
| $this: VALUE_PARAMETER name:<this> type:home.Color | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='public final fun <get-r> (): kotlin.Int declared in home.Color' | |
| GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:r type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null | |
| receiver: GET_VAR '<this>: home.Color declared in home.Color.<get-r>' type=home.Color origin=null | |
| PROPERTY name:g visibility:public modality:FINAL [val] | |
| FIELD PROPERTY_BACKING_FIELD name:g type:kotlin.Int visibility:private [final] | |
| EXPRESSION_BODY | |
| GET_VAR 'g: kotlin.Int declared in home.Color.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER | |
| FUN DEFAULT_PROPERTY_ACCESSOR name:<get-g> visibility:public modality:FINAL <> ($this:home.Color) returnType:kotlin.Int | |
| correspondingProperty: PROPERTY name:g visibility:public modality:FINAL [val] | |
| $this: VALUE_PARAMETER name:<this> type:home.Color | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='public final fun <get-g> (): kotlin.Int declared in home.Color' | |
| GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:g type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null | |
| receiver: GET_VAR '<this>: home.Color declared in home.Color.<get-g>' type=home.Color origin=null | |
| PROPERTY name:b visibility:public modality:FINAL [val] | |
| FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private [final] | |
| EXPRESSION_BODY | |
| GET_VAR 'b: kotlin.Int declared in home.Color.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER | |
| FUN DEFAULT_PROPERTY_ACCESSOR name:<get-b> visibility:public modality:FINAL <> ($this:home.Color) returnType:kotlin.Int | |
| correspondingProperty: PROPERTY name:b visibility:public modality:FINAL [val] | |
| $this: VALUE_PARAMETER name:<this> type:home.Color | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='public final fun <get-b> (): kotlin.Int declared in home.Color' | |
| GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null | |
| receiver: GET_VAR '<this>: home.Color declared in home.Color.<get-b>' type=home.Color origin=null | |
| FIELD name:$stable type:kotlin.Int visibility:public [final,static] | |
| EXPRESSION_BODY | |
| CONST Int type=kotlin.Int value=0 | |
| CONSTRUCTOR visibility:public <> (r:kotlin.Int, g:kotlin.Int, b:kotlin.Int) returnType:home.Color [primary] | |
| VALUE_PARAMETER name:r index:0 type:kotlin.Int | |
| VALUE_PARAMETER name:g index:1 type:kotlin.Int | |
| VALUE_PARAMETER name:b index:2 type:kotlin.Int | |
| BLOCK_BODY | |
| DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any' | |
| INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Color modality:FINAL visibility:public superTypes:[kotlin.Any]' | |
| FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator] | |
| overridden: | |
| public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| VALUE_PARAMETER name:other index:0 type:kotlin.Any? | |
| FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override] | |
| overridden: | |
| public open fun hashCode (): kotlin.Int declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override] | |
| overridden: | |
| public open fun toString (): kotlin.String declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| CLASS CLASS name:DominantColorState modality:FINAL visibility:public superTypes:[kotlin.Any] | |
| annotations: | |
| Stable | |
| $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:home.DominantColorState | |
| PROPERTY name:defaultColor visibility:private modality:FINAL [val] | |
| FIELD PROPERTY_BACKING_FIELD name:defaultColor type:home.Color visibility:private [final] | |
| EXPRESSION_BODY | |
| GET_VAR 'defaultColor: home.Color declared in home.DominantColorState.<init>' type=home.Color origin=INITIALIZE_PROPERTY_FROM_PARAMETER | |
| FUN DEFAULT_PROPERTY_ACCESSOR name:<get-defaultColor> visibility:private modality:FINAL <> ($this:home.DominantColorState) returnType:home.Color | |
| correspondingProperty: PROPERTY name:defaultColor visibility:private modality:FINAL [val] | |
| $this: VALUE_PARAMETER name:<this> type:home.DominantColorState | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='private final fun <get-defaultColor> (): home.Color declared in home.DominantColorState' | |
| GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:defaultColor type:home.Color visibility:private [final]' type=home.Color origin=null | |
| receiver: GET_VAR '<this>: home.DominantColorState declared in home.DominantColorState.<get-defaultColor>' type=home.DominantColorState origin=null | |
| PROPERTY name:color visibility:public modality:FINAL [delegated,var] | |
| FIELD PROPERTY_DELEGATE name:color$delegate type:androidx.compose.runtime.MutableState<home.Color> visibility:private [final] | |
| EXPRESSION_BODY | |
| CALL 'public final fun mutableStateOf <T> (value: T of androidx.compose.runtime.mutableStateOf, policy: androidx.compose.runtime.SnapshotMutationPolicy<T of androidx.compose.runtime.mutableStateOf>): androidx.compose.runtime.MutableState<T of androidx.compose.runtime.mutableStateOf> declared in androidx.compose.runtime' type=androidx.compose.runtime.MutableState<home.Color> origin=null | |
| <T>: home.Color | |
| value: CALL 'private final fun <get-defaultColor> (): home.Color declared in home.DominantColorState' type=home.Color origin=GET_PROPERTY | |
| $this: GET_VAR '<this>: home.DominantColorState declared in home.DominantColorState' type=home.DominantColorState origin=null | |
| FUN DELEGATED_PROPERTY_ACCESSOR name:<get-color> visibility:public modality:FINAL <> ($this:home.DominantColorState) returnType:home.Color | |
| correspondingProperty: PROPERTY name:color visibility:public modality:FINAL [delegated,var] | |
| $this: VALUE_PARAMETER name:<this> type:home.DominantColorState | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='public final fun <get-color> (): home.Color declared in home.DominantColorState' | |
| CALL 'public final fun getValue <T> (thisObj: kotlin.Any?, property: kotlin.reflect.KProperty<*>): T of androidx.compose.runtime.getValue [inline,operator] declared in androidx.compose.runtime' type=home.Color origin=null | |
| <T>: home.Color | |
| $receiver: GET_FIELD 'FIELD PROPERTY_DELEGATE name:color$delegate type:androidx.compose.runtime.MutableState<home.Color> visibility:private [final] declared in home.DominantColorState' type=androidx.compose.runtime.MutableState<home.Color> origin=null | |
| receiver: GET_VAR '<this>: home.DominantColorState declared in home.DominantColorState.<get-color>' type=home.DominantColorState origin=null | |
| thisObj: GET_VAR '<this>: home.DominantColorState declared in home.DominantColorState.<get-color>' type=home.DominantColorState origin=null | |
| property: PROPERTY_REFERENCE 'public final color: home.Color [delegated,var] declared in home.DominantColorState' field=null getter='public final fun <get-color> (): home.Color declared in home.DominantColorState' setter='private final fun <set-color> (<set-?>: home.Color): kotlin.Unit declared in home.DominantColorState' type=kotlin.reflect.KMutableProperty1<home.DominantColorState, home.Color> origin=PROPERTY_REFERENCE_FOR_DELEGATE | |
| FUN DELEGATED_PROPERTY_ACCESSOR name:<set-color> visibility:private modality:FINAL <> ($this:home.DominantColorState, <set-?>:home.Color) returnType:kotlin.Unit | |
| correspondingProperty: PROPERTY name:color visibility:public modality:FINAL [delegated,var] | |
| $this: VALUE_PARAMETER name:<this> type:home.DominantColorState | |
| VALUE_PARAMETER name:<set-?> index:0 type:home.Color | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='private final fun <set-color> (<set-?>: home.Color): kotlin.Unit declared in home.DominantColorState' | |
| CALL 'public final fun setValue <T> (thisObj: kotlin.Any?, property: kotlin.reflect.KProperty<*>, value: T of androidx.compose.runtime.setValue): kotlin.Unit [inline,operator] declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| <T>: home.Color | |
| $receiver: GET_FIELD 'FIELD PROPERTY_DELEGATE name:color$delegate type:androidx.compose.runtime.MutableState<home.Color> visibility:private [final] declared in home.DominantColorState' type=androidx.compose.runtime.MutableState<home.Color> origin=null | |
| receiver: GET_VAR '<this>: home.DominantColorState declared in home.DominantColorState.<set-color>' type=home.DominantColorState origin=null | |
| thisObj: GET_VAR '<this>: home.DominantColorState declared in home.DominantColorState.<set-color>' type=home.DominantColorState origin=null | |
| property: PROPERTY_REFERENCE 'public final color: home.Color [delegated,var] declared in home.DominantColorState' field=null getter='public final fun <get-color> (): home.Color declared in home.DominantColorState' setter='private final fun <set-color> (<set-?>: home.Color): kotlin.Unit declared in home.DominantColorState' type=kotlin.reflect.KMutableProperty1<home.DominantColorState, home.Color> origin=PROPERTY_REFERENCE_FOR_DELEGATE | |
| value: GET_VAR '<set-?>: home.Color declared in home.DominantColorState.<set-color>' type=home.Color origin=null | |
| FIELD name:$stable type:kotlin.Int visibility:public [final,static] | |
| EXPRESSION_BODY | |
| CONST Int type=kotlin.Int value=0 | |
| CONSTRUCTOR visibility:public <> (defaultColor:home.Color) returnType:home.DominantColorState [primary] | |
| VALUE_PARAMETER name:defaultColor index:0 type:home.Color | |
| BLOCK_BODY | |
| DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any' | |
| INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:DominantColorState modality:FINAL visibility:public superTypes:[kotlin.Any]' | |
| FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator] | |
| overridden: | |
| public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| VALUE_PARAMETER name:other index:0 type:kotlin.Any? | |
| FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override] | |
| overridden: | |
| public open fun hashCode (): kotlin.Int declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override] | |
| overridden: | |
| public open fun toString (): kotlin.String declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| CLASS INTERFACE name:ColumnScope modality:ABSTRACT visibility:public superTypes:[kotlin.Any] | |
| $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:home.ColumnScope | |
| FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator] | |
| overridden: | |
| public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| VALUE_PARAMETER name:other index:0 type:kotlin.Any? | |
| FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override] | |
| overridden: | |
| public open fun hashCode (): kotlin.Int declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override] | |
| overridden: | |
| public open fun toString (): kotlin.String declared in kotlin.Any | |
| $this: VALUE_PARAMETER name:<this> type:kotlin.Any | |
| CLASS OBJECT name:ComposableSingletons$MainKt modality:FINAL visibility:internal superTypes:[] | |
| $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:home.ComposableSingletons$MainKt | |
| PROPERTY name:lambda-1 visibility:internal modality:FINAL [val] | |
| FIELD name:lambda-1 type:kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> visibility:internal [static] | |
| EXPRESSION_BODY | |
| CALL 'public final fun composableLambdaInstance (key: kotlin.Int, tracked: kotlin.Boolean, block: kotlin.Any): androidx.compose.runtime.internal.ComposableLambda declared in androidx.compose.runtime.internal' type=androidx.compose.runtime.internal.ComposableLambda origin=null | |
| key: CONST Int type=kotlin.Int value=-1263890955 | |
| tracked: CONST Boolean type=kotlin.Boolean value=false | |
| block: FUN_EXPR type=kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> origin=LAMBDA | |
| FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($composer:androidx.compose.runtime.Composer?, $changed:kotlin.Int) returnType:kotlin.Unit | |
| annotations: | |
| Composable | |
| VALUE_PARAMETER name:$composer index:0 type:androidx.compose.runtime.Composer? [assignable] | |
| VALUE_PARAMETER name:$changed index:1 type:kotlin.Int | |
| BLOCK_BODY | |
| CALL 'public final fun sourceInformation (composer: androidx.compose.runtime.Composer, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.ComposableSingletons$MainKt.lambda-1.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| sourceInformation: CONST String type=kotlin.String value="C:main.kt#1wrmn" | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: WHEN type=kotlin.Boolean origin=OROR | |
| BRANCH | |
| if: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$changed: kotlin.Int declared in home.ComposableSingletons$MainKt.lambda-1.<anonymous>' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=3 | |
| arg1: CONST Int type=kotlin.Int value=2 | |
| then: CONST Boolean type=kotlin.Boolean value=true | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public abstract fun <get-skipping> (): kotlin.Boolean declared in androidx.compose.runtime.Composer' type=kotlin.Boolean origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.ComposableSingletons$MainKt.lambda-1.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| then: BLOCK type=kotlin.Unit origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventStart (key: kotlin.Int, dirty1: kotlin.Int, dirty2: kotlin.Int, info: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| key: CONST Int type=kotlin.Int value=-1263890955 | |
| dirty1: GET_VAR '$changed: kotlin.Int declared in home.ComposableSingletons$MainKt.lambda-1.<anonymous>' type=kotlin.Int origin=null | |
| dirty2: CONST Int type=kotlin.Int value=-1 | |
| info: CONST String type=kotlin.String value="home.ComposableSingletons$MainKt.lambda-1.<anonymous> (main.kt:44)" | |
| GET_OBJECT 'CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventEnd (): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public abstract fun skipToGroupEnd (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.ComposableSingletons$MainKt.lambda-1.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| FUN DEFAULT_PROPERTY_ACCESSOR name:<get-lambda-1> visibility:internal modality:FINAL <> ($this:home.ComposableSingletons$MainKt) returnType:kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> | |
| correspondingProperty: PROPERTY name:lambda-1 visibility:internal modality:FINAL [val] | |
| $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:home.ComposableSingletons$MainKt | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='internal final fun <get-lambda-1> (): kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> declared in home.ComposableSingletons$MainKt' | |
| GET_FIELD 'FIELD name:lambda-1 type:kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> visibility:internal [static] declared in home.ComposableSingletons$MainKt' type=kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> origin=null | |
| receiver: GET_VAR '<this>: home.ComposableSingletons$MainKt declared in home.ComposableSingletons$MainKt.<get-lambda-1>' type=home.ComposableSingletons$MainKt origin=null | |
| CONSTRUCTOR visibility:public <> () returnType:home.ComposableSingletons$MainKt [primary] | |
| BLOCK_BODY | |
| DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any' | |
| INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:ComposableSingletons$MainKt modality:FINAL visibility:internal superTypes:[]' | |
| FUN name:Column visibility:public modality:FINAL <> (content:@[ExtensionFunctionType] kotlin.Function3<home.ColumnScope, androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>, $composer:androidx.compose.runtime.Composer?, $changed:kotlin.Int) returnType:kotlin.Unit [inline] | |
| annotations: | |
| Composable | |
| VALUE_PARAMETER name:content index:0 type:@[ExtensionFunctionType] kotlin.Function3<home.ColumnScope, androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> | |
| VALUE_PARAMETER name:$composer index:1 type:androidx.compose.runtime.Composer? [assignable] | |
| VALUE_PARAMETER name:$changed index:2 type:kotlin.Int | |
| BLOCK_BODY | |
| BLOCK type=kotlin.Unit origin=null | |
| CALL 'public abstract fun startReplaceGroup (key: kotlin.Int): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Column' type=androidx.compose.runtime.Composer? origin=null | |
| key: CONST Int type=kotlin.Int value=-1724293486 | |
| CALL 'public final fun sourceInformation (composer: androidx.compose.runtime.Composer, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Column' type=androidx.compose.runtime.Composer? origin=null | |
| sourceInformation: CONST String type=kotlin.String value="CC(Column):main.kt#1wrmn" | |
| CALL 'public abstract fun endReplaceGroup (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Column' type=androidx.compose.runtime.Composer? origin=null | |
| FUN name:DynamicThemePrimaryColorsFromImage visibility:public modality:FINAL <> (dominantColorState:home.DominantColorState?, content:kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>, $composer:androidx.compose.runtime.Composer?, $changed:kotlin.Int, $default:kotlin.Int) returnType:kotlin.Unit | |
| annotations: | |
| Composable | |
| VALUE_PARAMETER name:dominantColorState index:0 type:home.DominantColorState? [assignable] | |
| VALUE_PARAMETER name:content index:1 type:kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> | |
| VALUE_PARAMETER name:$composer index:2 type:androidx.compose.runtime.Composer? [assignable] | |
| VALUE_PARAMETER name:$changed index:3 type:kotlin.Int | |
| VALUE_PARAMETER MASK_FOR_DEFAULT_FUNCTION name:$default index:4 type:kotlin.Int | |
| BLOCK_BODY | |
| BLOCK type=kotlin.Unit origin=null | |
| SET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Unit origin=null | |
| CALL 'public abstract fun startRestartGroup (key: kotlin.Int): androidx.compose.runtime.Composer declared in androidx.compose.runtime.Composer' type=androidx.compose.runtime.Composer origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| key: CONST Int type=kotlin.Int value=-435887556 | |
| CALL 'public final fun sourceInformation (composer: androidx.compose.runtime.Composer, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| sourceInformation: CONST String type=kotlin.String value="C(DynamicThemePrimaryColorsFromImage)P(1)21@595L28:main.kt#1wrmn" | |
| VAR name:$dirty type:kotlin.Int [val] | |
| GET_VAR '$changed: kotlin.Int declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: WHEN type=kotlin.Boolean origin=OROR | |
| BRANCH | |
| if: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR 'val $dirty: kotlin.Int [val] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| arg1: CONST Int type=kotlin.Int value=0 | |
| then: CONST Boolean type=kotlin.Boolean value=true | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public abstract fun <get-skipping> (): kotlin.Boolean declared in androidx.compose.runtime.Composer' type=kotlin.Boolean origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| then: BLOCK type=kotlin.Unit origin=null | |
| CALL 'public abstract fun startDefaults (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: WHEN type=kotlin.Boolean origin=OROR | |
| BRANCH | |
| if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$changed: kotlin.Int declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| arg1: CONST Int type=kotlin.Int value=0 | |
| then: CONST Boolean type=kotlin.Boolean value=true | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public abstract fun <get-defaultsInvalid> (): kotlin.Boolean declared in androidx.compose.runtime.Composer' type=kotlin.Boolean origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| then: COMPOSITE type=kotlin.Unit origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$default: kotlin.Int declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| arg1: CONST Int type=kotlin.Int value=0 | |
| then: BLOCK type=kotlin.Unit origin=null | |
| SET_VAR 'dominantColorState: home.DominantColorState? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Unit origin=null | |
| CALL 'public final fun rememberDominantColorState (defaultColor: home.Color?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): home.DominantColorState declared in home' type=home.DominantColorState origin=null | |
| defaultColor: COMPOSITE type=kotlin.Nothing? origin=DEFAULT_VALUE | |
| CONST Null type=kotlin.Nothing? value=null | |
| $composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| $changed: CONST Int type=kotlin.Int value=0 | |
| $default: CONST Int type=kotlin.Int value=1 | |
| SET_VAR 'val $dirty: kotlin.Int [val] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Unit origin=null | |
| CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR 'val $dirty: kotlin.Int [val] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=-15 | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: BLOCK type=kotlin.Unit origin=null | |
| CALL 'public abstract fun skipToGroupEnd (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$default: kotlin.Int declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| arg1: CONST Int type=kotlin.Int value=0 | |
| then: SET_VAR 'val $dirty: kotlin.Int [val] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Unit origin=null | |
| CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR 'val $dirty: kotlin.Int [val] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=-15 | |
| CALL 'public abstract fun endDefaults (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventStart (key: kotlin.Int, dirty1: kotlin.Int, dirty2: kotlin.Int, info: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| key: CONST Int type=kotlin.Int value=-435887556 | |
| dirty1: GET_VAR 'val $dirty: kotlin.Int [val] declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| dirty2: CONST Int type=kotlin.Int value=-1 | |
| info: CONST String type=kotlin.String value="home.DynamicThemePrimaryColorsFromImage (main.kt:23)" | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventEnd (): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public abstract fun skipToGroupEnd (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| BLOCK type=kotlin.Unit origin=null | |
| BLOCK type=kotlin.Unit origin=SAFE_CALL | |
| VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:androidx.compose.runtime.ScopeUpdateScope? [val] | |
| CALL 'public abstract fun endRestartGroup (): androidx.compose.runtime.ScopeUpdateScope? declared in androidx.compose.runtime.Composer' type=androidx.compose.runtime.ScopeUpdateScope? origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.Composer? origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: GET_VAR 'val tmp_0: androidx.compose.runtime.ScopeUpdateScope? [val] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.ScopeUpdateScope? origin=null | |
| arg1: CONST Null type=kotlin.Any? value=null | |
| then: CONST Null type=kotlin.Any? value=null | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public abstract fun updateScope (block: kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>): kotlin.Unit declared in androidx.compose.runtime.ScopeUpdateScope' type=kotlin.Unit origin=null | |
| $this: GET_VAR 'val tmp_0: androidx.compose.runtime.ScopeUpdateScope? [val] declared in home.DynamicThemePrimaryColorsFromImage' type=androidx.compose.runtime.ScopeUpdateScope? origin=null | |
| block: FUN_EXPR type=kotlin.Function2<androidx.compose.runtime.Composer?, kotlin.Int, kotlin.Unit> origin=LAMBDA | |
| FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($composer:androidx.compose.runtime.Composer?, $force:kotlin.Int) returnType:kotlin.Unit | |
| VALUE_PARAMETER name:$composer index:0 type:androidx.compose.runtime.Composer? | |
| VALUE_PARAMETER name:$force index:1 type:kotlin.Int | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='local final fun <anonymous> ($composer: androidx.compose.runtime.Composer?, $force: kotlin.Int): kotlin.Unit declared in home.DynamicThemePrimaryColorsFromImage' | |
| CALL 'public final fun DynamicThemePrimaryColorsFromImage (dominantColorState: home.DominantColorState?, content: kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit declared in home' type=kotlin.Unit origin=null | |
| dominantColorState: GET_VAR 'dominantColorState: home.DominantColorState? [assignable] declared in home.DynamicThemePrimaryColorsFromImage' type=home.DominantColorState? origin=null | |
| content: GET_VAR 'content: kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> origin=null | |
| $composer: GET_VAR '$composer: androidx.compose.runtime.Composer? declared in home.DynamicThemePrimaryColorsFromImage.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| $changed: CALL 'internal final fun updateChangedFlags (flags: kotlin.Int): kotlin.Int declared in androidx.compose.runtime' type=kotlin.Int origin=null | |
| flags: CALL 'public final fun or (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$changed: kotlin.Int declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| $default: GET_VAR '$default: kotlin.Int declared in home.DynamicThemePrimaryColorsFromImage' type=kotlin.Int origin=null | |
| FUN name:Home visibility:public modality:FINAL <> ($composer:androidx.compose.runtime.Composer?, $changed:kotlin.Int) returnType:kotlin.Unit | |
| annotations: | |
| Composable | |
| VALUE_PARAMETER name:$composer index:0 type:androidx.compose.runtime.Composer? [assignable] | |
| VALUE_PARAMETER name:$changed index:1 type:kotlin.Int | |
| BLOCK_BODY | |
| BLOCK type=kotlin.Unit origin=null | |
| SET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=kotlin.Unit origin=null | |
| CALL 'public abstract fun startRestartGroup (key: kotlin.Int): androidx.compose.runtime.Composer declared in androidx.compose.runtime.Composer' type=androidx.compose.runtime.Composer origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=androidx.compose.runtime.Composer? origin=null | |
| key: CONST Int type=kotlin.Int value=289538687 | |
| CALL 'public final fun sourceInformation (composer: androidx.compose.runtime.Composer, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=androidx.compose.runtime.Composer? origin=null | |
| sourceInformation: CONST String type=kotlin.String value="C(Home)41@941L151:main.kt#1wrmn" | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: WHEN type=kotlin.Boolean origin=OROR | |
| BRANCH | |
| if: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: GET_VAR '$changed: kotlin.Int declared in home.Home' type=kotlin.Int origin=null | |
| arg1: CONST Int type=kotlin.Int value=0 | |
| then: CONST Boolean type=kotlin.Boolean value=true | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public abstract fun <get-skipping> (): kotlin.Boolean declared in androidx.compose.runtime.Composer' type=kotlin.Boolean origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=androidx.compose.runtime.Composer? origin=null | |
| then: BLOCK type=kotlin.Unit origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventStart (key: kotlin.Int, dirty1: kotlin.Int, dirty2: kotlin.Int, info: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| key: CONST Int type=kotlin.Int value=289538687 | |
| dirty1: GET_VAR '$changed: kotlin.Int declared in home.Home' type=kotlin.Int origin=null | |
| dirty2: CONST Int type=kotlin.Int value=-1 | |
| info: CONST String type=kotlin.String value="home.Home (main.kt:40)" | |
| CALL 'public final fun Column (content: @[ExtensionFunctionType] kotlin.Function3<home.ColumnScope, androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit [inline] declared in home' type=kotlin.Unit origin=null | |
| content: FUN_EXPR type=@[ExtensionFunctionType] kotlin.Function3<home.ColumnScope, androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> origin=LAMBDA | |
| FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($receiver:home.ColumnScope, $composer:androidx.compose.runtime.Composer?, $changed:kotlin.Int) returnType:kotlin.Unit | |
| annotations: | |
| Composable | |
| $receiver: VALUE_PARAMETER name:$this$Column type:home.ColumnScope | |
| VALUE_PARAMETER name:$composer index:0 type:androidx.compose.runtime.Composer? [assignable] | |
| VALUE_PARAMETER name:$changed index:1 type:kotlin.Int | |
| BLOCK_BODY | |
| BLOCK type=kotlin.Unit origin=null | |
| CALL 'public final fun sourceInformationMarkerStart (composer: androidx.compose.runtime.Composer, key: kotlin.Int, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| key: CONST Int type=kotlin.Int value=735804214 | |
| sourceInformation: CONST String type=kotlin.String value="C42@983L28,43@1020L66:main.kt#1wrmn" | |
| COMPOSITE type=kotlin.Unit origin=null | |
| VAR name:dominantColorState type:home.DominantColorState [val] | |
| CALL 'public final fun rememberDominantColorState (defaultColor: home.Color?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): home.DominantColorState declared in home' type=home.DominantColorState origin=null | |
| defaultColor: COMPOSITE type=kotlin.Nothing? origin=DEFAULT_VALUE | |
| CONST Null type=kotlin.Nothing? value=null | |
| $composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| $changed: CONST Int type=kotlin.Int value=0 | |
| $default: CONST Int type=kotlin.Int value=1 | |
| CALL 'public final fun DynamicThemePrimaryColorsFromImage (dominantColorState: home.DominantColorState?, content: kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit declared in home' type=kotlin.Unit origin=null | |
| dominantColorState: GET_VAR 'val dominantColorState: home.DominantColorState [val] declared in home.Home.<anonymous>' type=home.DominantColorState origin=null | |
| content: CALL 'internal final fun <get-lambda-1> (): kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> declared in home.ComposableSingletons$MainKt' type=kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit> origin=null | |
| $this: GET_OBJECT 'CLASS OBJECT name:ComposableSingletons$MainKt modality:FINAL visibility:internal superTypes:[]' type=home.ComposableSingletons$MainKt | |
| $composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| $changed: CONST Int type=kotlin.Int value=48 | |
| $default: CONST Int type=kotlin.Int value=0 | |
| CALL 'public final fun sourceInformationMarkerEnd (composer: androidx.compose.runtime.Composer): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| $composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=androidx.compose.runtime.Composer? origin=null | |
| $changed: CONST Int type=kotlin.Int value=0 | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventEnd (): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public abstract fun skipToGroupEnd (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=androidx.compose.runtime.Composer? origin=null | |
| BLOCK type=kotlin.Unit origin=null | |
| BLOCK type=kotlin.Unit origin=SAFE_CALL | |
| VAR IR_TEMPORARY_VARIABLE name:tmp_1 type:androidx.compose.runtime.ScopeUpdateScope? [val] | |
| CALL 'public abstract fun endRestartGroup (): androidx.compose.runtime.ScopeUpdateScope? declared in androidx.compose.runtime.Composer' type=androidx.compose.runtime.ScopeUpdateScope? origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.Home' type=androidx.compose.runtime.Composer? origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: GET_VAR 'val tmp_1: androidx.compose.runtime.ScopeUpdateScope? [val] declared in home.Home' type=androidx.compose.runtime.ScopeUpdateScope? origin=null | |
| arg1: CONST Null type=kotlin.Any? value=null | |
| then: CONST Null type=kotlin.Any? value=null | |
| BRANCH | |
| if: CONST Boolean type=kotlin.Boolean value=true | |
| then: CALL 'public abstract fun updateScope (block: kotlin.Function2<androidx.compose.runtime.Composer, kotlin.Int, kotlin.Unit>): kotlin.Unit declared in androidx.compose.runtime.ScopeUpdateScope' type=kotlin.Unit origin=null | |
| $this: GET_VAR 'val tmp_1: androidx.compose.runtime.ScopeUpdateScope? [val] declared in home.Home' type=androidx.compose.runtime.ScopeUpdateScope? origin=null | |
| block: FUN_EXPR type=kotlin.Function2<androidx.compose.runtime.Composer?, kotlin.Int, kotlin.Unit> origin=LAMBDA | |
| FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($composer:androidx.compose.runtime.Composer?, $force:kotlin.Int) returnType:kotlin.Unit | |
| VALUE_PARAMETER name:$composer index:0 type:androidx.compose.runtime.Composer? | |
| VALUE_PARAMETER name:$force index:1 type:kotlin.Int | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='local final fun <anonymous> ($composer: androidx.compose.runtime.Composer?, $force: kotlin.Int): kotlin.Unit declared in home.Home' | |
| CALL 'public final fun Home ($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit declared in home' type=kotlin.Unit origin=null | |
| $composer: GET_VAR '$composer: androidx.compose.runtime.Composer? declared in home.Home.<anonymous>' type=androidx.compose.runtime.Composer? origin=null | |
| $changed: CALL 'internal final fun updateChangedFlags (flags: kotlin.Int): kotlin.Int declared in androidx.compose.runtime' type=kotlin.Int origin=null | |
| flags: CALL 'public final fun or (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$changed: kotlin.Int declared in home.Home' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| FUN name:rememberDominantColorState visibility:public modality:FINAL <> (defaultColor:home.Color?, $composer:androidx.compose.runtime.Composer?, $changed:kotlin.Int, $default:kotlin.Int) returnType:home.DominantColorState | |
| annotations: | |
| Composable | |
| VALUE_PARAMETER name:defaultColor index:0 type:home.Color? [assignable] | |
| VALUE_PARAMETER name:$composer index:1 type:androidx.compose.runtime.Composer? [assignable] | |
| VALUE_PARAMETER name:$changed index:2 type:kotlin.Int | |
| VALUE_PARAMETER MASK_FOR_DEFAULT_FUNCTION name:$default index:3 type:kotlin.Int | |
| BLOCK_BODY | |
| BLOCK type=kotlin.Unit origin=null | |
| CALL 'public abstract fun startReplaceGroup (key: kotlin.Int): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| key: CONST Int type=kotlin.Int value=-227885952 | |
| CALL 'public final fun sourceInformation (composer: androidx.compose.runtime.Composer, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| sourceInformation: CONST String type=kotlin.String value="C(rememberDominantColorState)15@447L49:main.kt#1wrmn" | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun not (): kotlin.Boolean [operator] declared in kotlin.Boolean' type=kotlin.Boolean origin=null | |
| $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=null | |
| arg0: CALL 'public final fun and (other: kotlin.Int): kotlin.Int [infix] declared in kotlin.Int' type=kotlin.Int origin=null | |
| $this: GET_VAR '$default: kotlin.Int declared in home.rememberDominantColorState' type=kotlin.Int origin=null | |
| other: CONST Int type=kotlin.Int value=1 | |
| arg1: CONST Int type=kotlin.Int value=0 | |
| then: SET_VAR 'defaultColor: home.Color? [assignable] declared in home.rememberDominantColorState' type=kotlin.Unit origin=null | |
| CONSTRUCTOR_CALL 'public constructor <init> (r: kotlin.Int, g: kotlin.Int, b: kotlin.Int) [primary] declared in home.Color' type=home.Color origin=null | |
| r: CONST Int type=kotlin.Int value=0 | |
| g: CONST Int type=kotlin.Int value=0 | |
| b: CONST Int type=kotlin.Int value=0 | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventStart (key: kotlin.Int, dirty1: kotlin.Int, dirty2: kotlin.Int, info: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| key: CONST Int type=kotlin.Int value=-227885952 | |
| dirty1: GET_VAR '$changed: kotlin.Int declared in home.rememberDominantColorState' type=kotlin.Int origin=null | |
| dirty2: CONST Int type=kotlin.Int value=-1 | |
| info: CONST String type=kotlin.String value="home.rememberDominantColorState (main.kt:15)" | |
| VAR IR_TEMPORARY_VARIABLE name:tmp_2 type:home.DominantColorState [val] | |
| BLOCK type=home.DominantColorState origin=null | |
| BLOCK type=kotlin.Unit origin=null | |
| CALL 'public abstract fun startReplaceGroup (key: kotlin.Int): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| key: CONST Int type=kotlin.Int value=-1506581733 | |
| CALL 'public final fun sourceInformation (composer: androidx.compose.runtime.Composer, sourceInformation: kotlin.String): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| composer: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| sourceInformation: CONST String type=kotlin.String value="CC(remember):main.kt#9igjgp" | |
| VAR IR_TEMPORARY_VARIABLE name:tmp_3 type:home.DominantColorState [val] | |
| CALL 'public final fun cache <T> (invalid: kotlin.Boolean, block: @[DisallowComposableCalls] kotlin.Function0<T of androidx.compose.runtime.cache>): T of androidx.compose.runtime.cache [inline] declared in androidx.compose.runtime' type=home.DominantColorState origin=null | |
| <T>: home.DominantColorState | |
| $receiver: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| invalid: CONST Boolean type=kotlin.Boolean value=false | |
| block: FUN_EXPR type=kotlin.Function0<home.DominantColorState> origin=LAMBDA | |
| FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:home.DominantColorState | |
| BLOCK_BODY | |
| RETURN type=kotlin.Nothing from='local final fun <anonymous> (): home.DominantColorState declared in home.rememberDominantColorState' | |
| CONSTRUCTOR_CALL 'public constructor <init> (defaultColor: home.Color) [primary] declared in home.DominantColorState' type=home.DominantColorState origin=null | |
| defaultColor: GET_VAR 'defaultColor: home.Color? [assignable] declared in home.rememberDominantColorState' type=home.Color origin=null | |
| CALL 'public abstract fun endReplaceGroup (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| GET_VAR 'val tmp_3: home.DominantColorState [val] declared in home.rememberDominantColorState' type=home.DominantColorState origin=null | |
| WHEN type=kotlin.Unit origin=IF | |
| BRANCH | |
| if: CALL 'public final fun isTraceInProgress (): kotlin.Boolean declared in androidx.compose.runtime' type=kotlin.Boolean origin=null | |
| then: CALL 'public final fun traceEventEnd (): kotlin.Unit declared in androidx.compose.runtime' type=kotlin.Unit origin=null | |
| CALL 'public abstract fun endReplaceGroup (): kotlin.Unit declared in androidx.compose.runtime.Composer' type=kotlin.Unit origin=null | |
| $this: GET_VAR '$composer: androidx.compose.runtime.Composer? [assignable] declared in home.rememberDominantColorState' type=androidx.compose.runtime.Composer? origin=null | |
| RETURN type=home.DominantColorState from='public final fun rememberDominantColorState (defaultColor: home.Color?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): home.DominantColorState declared in home' | |
| GET_VAR 'val tmp_2: home.DominantColorState [val] declared in home.rememberDominantColorState' type=home.DominantColorState origin=null |