| /arkcompiler/ets_runtime/common_components/heap/ |
| D | heap_allocator.cpp | 41 auto address = HeapManager::Allocate(size); in AllocateInYoungOrHuge() local 48 auto address = HeapManager::Allocate(size, AllocType::PINNED_OBJECT); in AllocateInNonmoveOrHuge() local 55 auto address = HeapManager::Allocate(size, AllocType::MOVEABLE_OLD_OBJECT); in AllocateInOldOrHuge() local 62 auto address = HeapManager::Allocate(size); in AllocateInHuge() local 69 auto address = HeapManager::Allocate(size, AllocType::READ_ONLY_OBJECT); in AllocateInReadOnly() local 77 auto address = allocator.AllocJitFortRegion(size); in AllocateLargeJitFortRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_tracker.cpp | 34 void HeapTracker::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() 51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | alloc_util.h | 34 #define ALLOCUTIL_MEM_UNMAP(address, sizeInBytes) \ argument 40 #define ALLOCUTIL_MEM_UNMAP(address, sizeInBytes) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info_tables.h | 53 static constexpr uintptr_t PackAddress(uintptr_t address, Arch arch) in PackAddress() 64 static constexpr uintptr_t UnpackAddress(uintptr_t address, Arch arch) in UnpackAddress()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-utility-types-readonly.ts | 18 address: string property
|
| D | arkts-utility-types-partial.ts | 19 address: string property
|
| D | arkts-utility-types-required.ts | 18 address?: string property
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | tlab.cpp | 26 TLAB::TLAB(void *address, size_t size) in TLAB() 35 void TLAB::Fill(void *address, size_t size) in Fill()
|
| D | runslots_allocator_stl_adapter.h | 124 pointer address(reference x) const in address() function 129 const_pointer address(const_reference x) const in address() function
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_allocator.h | 73 pointer address(reference x) const in address() function 78 const_pointer address(const_reference x) const in address() function
|
| D | region-inl.h | 140 inline bool Region::AtomicMark(void *address) in AtomicMark() 148 inline bool Region::NonAtomicMark(void *address) in NonAtomicMark() 156 inline void Region::ClearMark(void *address) in ClearMark()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | mem.h | 232 constexpr bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() 242 constexpr bool IsAddressInObjectsHeap(const T *address) in IsAddressInObjectsHeap() 247 constexpr bool IsAddressInObjectsHeapOrNull(uintptr_t address) in IsAddressInObjectsHeapOrNull() 253 constexpr bool IsAddressInObjectsHeapOrNull(const T *address) in IsAddressInObjectsHeapOrNull()
|
| D | arena_allocator_stl_adapter.h | 112 pointer address(reference x) const in address() function 117 const_reference address(const_reference x) const in address() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | free_object.cpp | 23 FreeObject *FreeObject::FillFreeObject(BaseHeap *heap, uintptr_t address, size_t size) in FillFreeObject()
|
| D | global_env.h | 66 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local 99 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in GetJSThread() local 105 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in SetJSThread() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/domain/ |
| D | profiler_client.h | 45 void SetAddress(std::string address) in SetAddress()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 108 pointer address(reference x) const in address() function 113 const_pointer address(const_reference x) const in address() function
|
| D | mem.h | 207 inline bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() 216 inline bool IsInObjectsAddressSpace(uintptr_t address) in IsInObjectsAddressSpace() 222 inline bool IsInObjectsAddressSpace(T *address) in IsInObjectsAddressSpace()
|
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | base_object.h | 31 static BaseObject *Cast(MAddress address) in Cast() 195 static BaseObject *SetClassInfo(MAddress address, TypeInfo *klass) in SetClassInfo()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_snapshot_test.cpp | 33 void MoveNodeTest(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNodeTest() 164 uintptr_t address = 0; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/optional_reference_type/ |
| D | optional_reference_type.ts | 39 address?: AddressType; property
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | glue_regs_test.cpp | 38 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| D | llvm_stackmap_parser.cpp | 71 … uint32_t recordId) { in CalcCallSite() 164 uintptr_t address = sizeRec.functionAddress; in CalcCallSite() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | data_protect.h | 45 …c inline uintptr_t DataProtectAut(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectAut() 65 …c inline uintptr_t DataProtectPac(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectPac()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 264 pointer address(reference x) const in address() function 269 const_pointer address(const_reference x) const in address() function
|