| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_weak_reference.cpp | 26 void EtsWeakReference::SetReferent(EtsObject *addr) in SetReferent() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | handle_scope.cpp | 24 uintptr_t addr = thread_->GetHandleStorage<coretypes::TaggedType>()->NewHandle(value); in NewHandle() local 33 uintptr_t addr = thread_->GetHandleStorage<ObjectHeader *>()->NewHandle(value); in NewHandle() local
|
| H A D | handle_base.h | 83 explicit HandleBase(uintptr_t addr) : address_(addr) {} in HandleBase() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | atomic.h | 23 ALWAYS_INLINE inline void AtomicStore(T *addr, T val, std::memory_order order) in AtomicStore() argument 30 ALWAYS_INLINE inline T AtomicLoad(T *addr, std::memory_order order) in AtomicLoad() argument 37 ALWAYS_INLINE inline T AtomicCmpxchgStrong(T *addr, T expected, T newValue, std::memory_order order) in AtomicCmpxchgStrong() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_handle_collection.h | 36 uintptr_t addr = thread_->NewGlobalHandle(value); in NewHandle() local
|
| H A D | js_handle.h | 235 auto addr = reinterpret_cast<JSTaggedValue *>(this->GetAddress()); in Update() local 243 auto addr = reinterpret_cast<JSTaggedValue *>(this->GetAddress()); in Update() local
|
| /arkcompiler/toolchain/inspector/ |
| H A D | library_loader.cpp | 51 void* addr = reinterpret_cast<void*>(GetProcAddress(module, symbol.data())); in ResolveSymbol() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | barriers.h | 34 auto *addr = reinterpret_cast<T *>(ToUintPtr(obj) + offset); in SetPrimitive() local 63 auto *addr = reinterpret_cast<T *>(ToUintPtr(obj) + offset); in GetValue() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | mmap_fixed_test.cpp | 26 void DeathWrite64(uintptr_t addr) in DeathWrite64() argument
|
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| H A D | cflow_info.h | 64 bool IsFlagSet(uint8_t const *addr, Flag flag) const in IsFlagSet() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_sampling_test.cpp | 98 Address addr = 0; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | os.cpp | 51 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() argument 66 void *PageMapExecFortSpace(void *addr, [[maybe_unused]] size_t size, [[maybe_unused]] int prot) in PageMapExecFortSpace() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | concurrent_marking_test.cpp | 145 uintptr_t addr = space->Allocate(size); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| H A D | os.cpp | 61 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext() argument 95 void *PageMapExecFortSpace(void *addr, size_t size, int prot) in PageMapExecFortSpace() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| H A D | os.cpp | 57 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() argument 72 void *PageMapExecFortSpace(void *addr, [[maybe_unused]] size_t size, [[maybe_unused]] int prot) in PageMapExecFortSpace() argument
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | malloc_mem_pool-inl.h | 94 inline AllocatorInfo MallocMemPool::GetAllocatorInfoForAddrImpl([[maybe_unused]] const void *addr) in GetAllocatorInfoForAddrImpl() argument 102 inline SpaceType MallocMemPool::GetSpaceTypeForAddrImpl([[maybe_unused]] const void *addr) in GetSpaceTypeForAddrImpl() argument 110 inline void *MallocMemPool::GetStartAddrPoolForAddrImpl([[maybe_unused]] const void *addr) in GetStartAddrPoolForAddrImpl() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | malloc_mem_pool-inl.h | 103 inline AllocatorInfo MallocMemPool::GetAllocatorInfoForAddrImpl([[maybe_unused]] const void *addr) in GetAllocatorInfoForAddrImpl() argument 110 inline SpaceType MallocMemPool::GetSpaceTypeForAddrImpl([[maybe_unused]] const void *addr) in GetSpaceTypeForAddrImpl() argument 117 inline void *MallocMemPool::GetStartAddrPoolForAddrImpl([[maybe_unused]] const void *addr) in GetStartAddrPoolForAddrImpl() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | mmap_test.cpp | 116 void DeathWrite64(uintptr_t addr) in DeathWrite64() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| H A D | panda_file_external.h | 37 static std::unique_ptr<PandaFileWrapper> OpenPandafileFromMemory(void *addr, uint64_t *size, in OpenPandafileFromMemory() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/ |
| H A D | items_pool.h | 110 auto addr = uintptr_t(item); in IsValidItem() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | object_accessor.h | 125 uintptr_t addr = ToUintPtr(obj) + offset; in GetDynValue() local 181 auto *addr = reinterpret_cast<T *>(reinterpret_cast<uintptr_t>(obj) + offset); in Get() local 194 auto *addr = reinterpret_cast<T *>(reinterpret_cast<uintptr_t>(obj) + offset); in Set() local 207 auto *addr = reinterpret_cast<T *>(reinterpret_cast<uintptr_t>(obj) + offset); Get() local 216 auto *addr = reinterpret_cast<T *>(reinterpret_cast<uintptr_t>(obj) + offset); Set() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/ |
| H A D | gc_marker_dynamic-inl.h | 70 auto *addr = reinterpret_cast<std::atomic<TaggedType> *>(startAddr + i * TaggedValue::TaggedTypeSize()); in HandleClass() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| H A D | reference.h | 92 static Reference *CreateWithoutType(uintptr_t addr) in CreateWithoutType() argument 98 static Reference *Create(uintptr_t addr, ObjectType type) in Create() argument 106 auto addr = ToUintPtr(ref); in GetType() local 112 auto addr = ToUintPtr(ref); in SetType() local 116 SetType(uintptr_t addr, ObjectType type) SetType() argument 129 auto addr = ToUintPtr(ref); GetRefWithoutType() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_info.cpp | 40 uint64_t addr = d.GetSecAddr(ElfSecName::TEXT); in CalCallSiteInfo() local
|
| H A D | stub_file_info.h | 50 void SetAsmStubAddr(void *addr) in SetAsmStubAddr() argument 55 void SetAsmStubAddr(uintptr_t addr) in SetAsmStubAddr() argument
|