Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformer.kt881 fixupLoad(f, ld, otherLd, arrayElementInfo) in fixupOperationOnAtomicVar()
885 fixupLoad(f, ld, nextVarLoad(v, next), arrayElementInfo) in fixupOperationOnAtomicVar()
893 …private fun fixupLoad(f: FieldInfo, ld: FieldInsnNode, otherLd: VarInsnNode, arrayElementInfo: Lis… in fixupLoad() method