/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_tracker.cpp | 35 void HeapTracker::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() 50 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
D | heap_snapshot.cpp | 188 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode() 193 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|
D | heap_snapshot.h | 119 void SetAddress(Address address) in SetAddress()
|
/arkcompiler/runtime_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/ets_runtime/ecmascript/ |
D | free_object.cpp | 20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject()
|
D | global_env.h | 196 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local
|
D | js_locale.cpp | 49 size_t address = 1; in IsStructurallyValidLanguageTag() local 1257 bool JSLocale::DealwithLanguageTag(const std::vector<std::string> &containers, size_t &address) in DealwithLanguageTag()
|
D | dump.cpp | 1067 std::ostringstream address; in DumpHeapObjectType() local 1075 std::ostringstream address; in DumpHeapObjectType() local
|
/arkcompiler/runtime_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 | 110 pointer address(reference x) const in address() function 115 const_pointer address(const_reference x) const in address() function
|
D | allocator.cpp | 476 bool ObjectAllocatorGen<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
|
/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 | 82 inline bool Region::AtomicMark(void *address) in AtomicMark() 90 inline void Region::ClearMark(void *address) in ClearMark()
|
D | tlab_allocator-inl.h | 69 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
|
D | heap-inl.h | 305 void Heap::OnAllocateEvent([[maybe_unused]] TaggedObject* address, [[maybe_unused]] size_t size) in OnAllocateEvent() 315 void Heap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAd… in OnMoveEvent()
|
D | parallel_evacuator.cpp | 115 uintptr_t address = 0; in EvacuateRegion() local
|
D | region.h | 348 bool InRange(uintptr_t address) const in InRange()
|
/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 | 206 inline bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() 215 inline bool IsInObjectsAddressSpace(uintptr_t address) in IsInObjectsAddressSpace() 221 inline bool IsInObjectsAddressSpace(T *address) in IsInObjectsAddressSpace()
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | llvm_stackmap_parser.cpp | 61 [this, &recordNum, &pc2CallSiteInfo, &deoptbundles](uintptr_t address, uint32_t recordId) { in CalcCallSite() 111 uintptr_t address = llvmStackMap_.StkSizeRecords[i].functionAddress; in CalcCallSite() local
|
D | ark_stackmap_parser.cpp | 96 uintptr_t address = 0; in GetStackSlotAddress() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | glue_regs_test.cpp | 62 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
D | hybrid_object_allocator.h | 70 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
|
/arkcompiler/runtime_core/runtime/mem/gc/g1/ |
D | g1-allocator.cpp | 52 bool ObjectAllocatorG1<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
|
/arkcompiler/runtime_core/runtime/include/mem/ |
D | allocator.h | 632 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
|