Searched defs:StoreRelease (Results 1 – 3 of 3) sorted by relevance
226 func (u *Uint32) StoreRelease(value uint32) { func391 func (u *Uintptr) StoreRelease(value uintptr) { func
31 func (u *Uint64) StoreRelease(value uint64) { func
2059 void CodeGeneratorARM64::StoreRelease(HInstruction* instruction, in StoreRelease() function in art::arm64::CodeGeneratorARM64