/ark/js_runtime/ecmascript/hprof/ |
D | heap_tracker.cpp | 31 void HeapTracker::AllocationEvent(uintptr_t address) in AllocationEvent() 38 void HeapTracker::MoveEvent(uintptr_t address, uintptr_t forward_address) in MoveEvent()
|
D | heap_snapshot.cpp | 126 void HeapSnapShot::AddNode(uintptr_t address) in AddNode() 131 void HeapSnapShot::MoveNode(uintptr_t address, uintptr_t forward_address) in MoveNode()
|
/ark/js_runtime/ecmascript/mem/ |
D | remembered_set.h | 42 void Insert(uintptr_t address) in Insert() 47 void AtomicInsert(uintptr_t address) in AtomicInsert() 65 void Clear(uintptr_t address) in Clear()
|
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 | tlab_allocator-inl.h | 69 uintptr_t address = heap_->AllocateYoungSync(size); in TlabAllocatorYoungSpace() local
|
D | heap-inl.h | 249 void Heap::OnAllocateEvent(uintptr_t address) in OnAllocateEvent() 256 void Heap::OnMoveEvent(uintptr_t address, uintptr_t forwardAddress) in OnMoveEvent()
|
D | parallel_evacuation.cpp | 115 uintptr_t address = 0; in EvacuateRegion() local
|
D | region.h | 225 bool InRange(uintptr_t address) in InRange()
|
/ark/js_runtime/ecmascript/compiler/llvm/ |
D | llvm_stackmap_parser.cpp | 66 uintptr_t address = 0; in PrintCallSiteInfo() local 111 uintptr_t address = 0; in CollectStackMapSlots() local 153 uintptr_t address = 0; in PrintCallSiteInfo() local 198 uintptr_t address = 0; in CollectStackMapSlots() local 241 auto calStkMapRecordFunc = [this, &recordNum](uintptr_t address, int recordId) { in CalcCallSite() 273 uintptr_t address = llvmStackMap_.StkSizeRecords[i].functionAddress; in CalcCallSite() local
|
/ark/js_runtime/ecmascript/ |
D | free_object.cpp | 20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject()
|
D | js_locale.cpp | 34 size_t address = 1; in IsStructurallyValidLanguageTag() local 1257 bool JSLocale::DealwithLanguageTag(const std::vector<std::string> &containers, size_t &address) in DealwithLanguageTag()
|
D | object_factory.cpp | 812 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots) in FillFreeObject()
|
D | dump.cpp | 713 std::ostringstream address; in DumpHeapObjectType() local
|
/ark/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 | 460 bool ObjectAllocatorGen<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
|
/ark/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 | 199 inline bool IsInObjectsAddressSpace([[maybe_unused]] uintptr_t address) in IsInObjectsAddressSpace()
|
/ark/js_runtime/ecmascript/tests/ |
D | glue_regs_test.cpp | 63 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
|
/ark/runtime_core/runtime/mem/gc/hybrid-gc/ |
D | hybrid_object_allocator.h | 71 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
|
/ark/runtime_core/runtime/mem/gc/g1/ |
D | g1-allocator.cpp | 47 bool ObjectAllocatorG1<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
|
/ark/runtime_core/runtime/include/mem/ |
D | allocator.h | 608 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
|
/ark/js_runtime/ecmascript/compiler/tests/ |
D | stub_tests.cpp | 897 uintptr_t **address = nullptr; in DoSafepoint() local
|