Searched refs:addend (Results 1 – 2 of 2) sorted by relevance
431 static T Apply(T* addr, T addend) { in Apply() argument433 return atom->fetch_add(addend, MO); in Apply()440 static T Apply(T* addr, T addend) { in Apply() argument447 new_value = old_value + addend; in Apply()456 AtomicGetAndAddAccessor(T addend, JValue* result) : addend_(addend), result_(result) {} in AtomicGetAndAddAccessor() argument
9444 Ljava/util/Random;->addend:J