/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_profiler.cpp | 106 void HeapProfiler::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() 117 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
D | heap_snapshot.cpp | 190 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode() 195 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|
D | heap_snapshot.h | 114 void SetAddress(Address address) in SetAddress()
|
/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 | 216 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local
|
D | dump.cpp | 1181 std::ostringstream address; in DumpHeapObjectType() local 1189 std::ostringstream address; in DumpHeapObjectType() local
|
D | object_factory.cpp | 1333 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots, in FillFreeObject()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | memberVariableDeclarations1.ts | 33 public address: string; property in Employee2
|
D | mappedTypeOverlappingStringEnumKeys.ts | 36 address: string; property
|
/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 | 70 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
|
D | heap.cpp | 582 void Heap::OnAllocateEvent([[maybe_unused]] TaggedObject* address, [[maybe_unused]] size_t size) in OnAllocateEvent() 593 void Heap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAd… in OnMoveEvent()
|
D | region.h | 347 bool InRange(uintptr_t address) const in InRange()
|
D | parallel_evacuator.cpp | 113 uintptr_t address = 0; in EvacuateRegion() local
|
/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 | 50 [this, &recordNum, &pc2CallSiteInfo, &deoptbundles](uintptr_t address, uint32_t recordId) { in CalcCallSite() 101 uintptr_t address = llvmStackMap_.stkSizeRecords[i].functionAddress; in CalcCallSite() local
|
D | ark_stackmap_parser.cpp | 97 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/ets_runtime/ecmascript/intl/ |
D | locale_helper.cpp | 262 size_t address = 1; in IsStructurallyValidLanguageTag() local 289 bool LocaleHelper::DealwithLanguageTag(const std::vector<std::string> &containers, size_t &address) in DealwithLanguageTag()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 398 T CallCodeStore(uint64_t address, T param) in CallCodeStore()
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 386 T CallCodeStore(uint32_t address, T param) in CallCodeStore()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 400 T CallCodeStore(uint64_t address, T param) in CallCodeStore()
|