Home
last modified time | relevance | path

Searched defs:StoreRelease (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go226 func (u *Uint32) StoreRelease(value uint32) { func
391 func (u *Uintptr) StoreRelease(value uintptr) { func
Dtypes_64bit.go31 func (u *Uint64) StoreRelease(value uint64) { func
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2059 void CodeGeneratorARM64::StoreRelease(HInstruction* instruction, in StoreRelease() function in art::arm64::CodeGeneratorARM64