Searched refs:fixupLoad (Results 1 – 1 of 1) sorted by relevance
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | AtomicFUTransformer.kt | 881 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
|