Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformer.kt122 var hasAtomicOps = false // has atomic operations operations other than getValue/setValue in toString() variable
418 if (f.hasAtomicOps || f.isArray) vhField(protection, f) in descToName()
421 if (f.hasAtomicOps && !f.isArray) fuField(protection, f) in descToName()
692 f.hasAtomicOps = true // mark the fact that non-trivial atomic op is used here in fixupInvokeVirtual()
694 check(f.hasAtomicOps) // should have been set on previous phase in fixupInvokeVirtual()