Files
kotlin-fork/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockFreeIntBitsTest.txt
T
mvicsokolova b6f8991072 [atomicfu-JVM]: Commonization of K/N and JVM (part 2)
The following transformations were commonized:

* generation of the transformed atomic extension signature
* building atomic array fields (arrays are now supported on both backends JVM and K/N)
* transformation of function calls on atomic array elements
* Generation and invocation of atomic extensions (the only difference is generation of synthetic value parameters)
* Changed synthetic parameters passed to the generated atomic extensions

See, KT-60528

Merge-request: KT-MR-11249
Merged-by: Maria Sokolova <maria.sokolova@jetbrains.com>
2023-07-28 11:45:10 +00:00

31 lines
1.4 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class LockFreeIntBits {
// source: 'LockFreeIntBitsTest.kt'
private synthetic final static field bits$volatile$FU: java.util.concurrent.atomic.AtomicIntegerFieldUpdater
private synthetic volatile field bits$volatile: int
static method <clinit>(): void
public method <init>(): void
public final method bitClear(p0: int): boolean
public final method bitSet(p0: int): boolean
private final method bitUpdate(p0: kotlin.jvm.functions.Function1, p1: kotlin.jvm.functions.Function1): boolean
public final method get(p0: int): boolean
private synthetic final static method getBits$volatile$FU(): java.util.concurrent.atomic.AtomicIntegerFieldUpdater
private synthetic final method getBits$volatile(): int
private final method mask(p0: int): int
private synthetic final method setBits$volatile(p0: int): void
private synthetic final method update$atomicfu(p0: java.lang.Object, p1: java.util.concurrent.atomic.AtomicIntegerFieldUpdater, p2: kotlin.jvm.functions.Function1): void
}
@kotlin.Metadata
public final class LockFreeIntBitsTest {
// source: 'LockFreeIntBitsTest.kt'
public method <init>(): void
public final method testBasic(): void
}
@kotlin.Metadata
public final class LockFreeIntBitsTestKt {
// source: 'LockFreeIntBitsTest.kt'
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}