/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 | 107 void HeapProfiler::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() 118 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
|
D | heap_snapshot.cpp | 203 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode() 208 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
|
/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/ets_runtime/ecmascript/ |
D | global_env.h | 56 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local 87 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in GetJSThread() local 93 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in SetJSThread() local
|
D | free_object.cpp | 20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject()
|
/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/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/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 | 83 inline bool Region::AtomicMark(void *address) in AtomicMark() 91 inline void Region::ClearMark(void *address) in ClearMark()
|
D | tlab_allocator-inl.h | 71 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
|
D | heap.cpp | 688 void Heap::OnAllocateEvent([[maybe_unused]] TaggedObject* address, [[maybe_unused]] size_t size) in OnAllocateEvent() 753 void Heap::OnMoveEvent([[maybe_unused]] uintptr_t address, [[maybe_unused]] TaggedObject* forwardAd… in OnMoveEvent()
|
/arkcompiler/toolchain/tooling/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 | 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 | 77 … uint32_t recordId) { in CalcCallSite() 170 uintptr_t address = sizeRec.functionAddress; in CalcCallSite() local
|
D | ark_stackmap_parser.cpp | 131 uintptr_t address = 0; in GetStackSlotAddress() local
|
/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
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | glue_regs_test.cpp | 62 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | compiler_intrinsics.cpp | 48 auto address = method->GetInstructions() + (useIc ? pc : 0); in TryGetField() local 69 auto address = method->GetInstructions() + (useIc ? pc : 0); in TryGetCallee() 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/ets_runtime/ecmascript/compiler/codegen/maple/ |
D | litecg_codegen.cpp | 51 static void SaveFunc2Addr(void *object, std::string funcName, uint32_t address) in SaveFunc2Addr()
|
/arkcompiler/runtime_core/static_core/compiler/ |
D | compile_method.cpp | 73 …ation(const std::string &methodName, bool isOsr, size_t bcSize, [[maybe_unused]] uintptr_t address, in EndCompilation()
|