Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 25 of 61) sorted by relevance

123

/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go20 func (i *Int32) Load() int32 { func
73 func (i *Int64) Load() int64 { func
123 func (u *Uint8) Load() uint8 { func
167 func (b *Bool) Load() bool { func
193 func (u *Uint32) Load() uint32 { func
308 func (u *Uint64) Load() uint64 { func
358 func (u *Uintptr) Load() uintptr { func
436 func (f *Float64) Load() float64 { func
465 func (u *UnsafePointer) Load() unsafe.Pointer { func
525 func (p *Pointer[T]) Load() *T { func
Datomic_386.go19 func Load(ptr *uint32) uint32 { func
Datomic_loong64.go30 func Load(ptr *uint32) uint32 func
Datomic_s390x.go17 func Load(ptr *uint32) uint32 { func
/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go17 func (x *Bool) Load() bool { return LoadUint32(&x.v) != 0 } func
54 func (x *Pointer[T]) Load() *T { return (*T)(LoadPointer(&x.v)) } func
74 func (x *Int32) Load() int32 { return LoadInt32(&x.v) } func
106 func (x *Int64) Load() int64 { return LoadInt64(&x.v) } func
137 func (x *Uint32) Load() uint32 { return LoadUint32(&x.v) } func
169 func (x *Uint64) Load() uint64 { return LoadUint64(&x.v) } func
200 func (x *Uintptr) Load() uintptr { return LoadUintptr(&x.v) } func
Dvalue.go28 func (v *Value) Load() (val any) { func
/prebuilts/go/linux-x86/test/fixedbugs/issue49143.dir/
Da.go13 func (l *Loader[K, R]) Load() error { func
/prebuilts/go/linux-x86/src/sync/
Dmap_reference_test.go16 Load(key any) (value any, ok bool) methodSpec
39 func (m *RWMutexMap) Load(key any) (value any, ok bool) { func
163 func (m *DeepCopyMap) Load(key any) (value any, ok bool) { func
Dmap.go123 func (m *Map) Load(key any) (value any, ok bool) { func
/prebuilts/go/linux-x86/test/typeparam/issue50437.dir/
Da.go41 func (m *M) Load(key any) (value any, ok bool) { func
/prebuilts/go/linux-x86/src/cmd/link/internal/loadxcoff/
Dldxcoff.go44 func Load(l *loader.Loader, arch *sys.Arch, localSymVersion int, input *bio.Reader, pkg string, len… func
/prebuilts/go/linux-x86/src/runtime/
Dmspanset.go281 func (s *atomicSpanSetSpinePointer) Load() spanSetSpinePointer { func
397 func (p *atomicMSpanPointer) Load() *mspan { func
Dmranges.go222 func (b *atomicOffAddr) Load() (uintptr, bool) { func
/prebuilts/go/linux-x86/src/internal/concurrent/
Dhashtriemap.go48 func (ht *HashTrieMap[K, V]) Load(key K) (value V, ok bool) { func
/prebuilts/module_sdk/art/17/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
/prebuilts/go/linux-x86/src/io/
Dpipe.go29 func (a *onceError) Load() error { func

123