Searched refs:hasAtomicOps (Results 1 – 1 of 1) sorted by relevance
122 var hasAtomicOps = false // has atomic operations operations other than getValue/setValue in toString() variable418 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()