Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformer.kt901 val ldCopy = ld.clone(null) as FieldInsnNode in fixupVarLoad() constant
902 instructions.insert(otherLd, ldCopy) in fixupVarLoad()
903 return fixupLoadedAtomicVar(f, ldCopy) in fixupVarLoad()