Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp35 void HeapTracker::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent()
50 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_snapshot.cpp188 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode()
193 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
Dheap_snapshot.h119 void SetAddress(Address address) in SetAddress()
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info_tables.h53 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/
Dfree_object.cpp20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject()
Dglobal_env.h196 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local
Djs_locale.cpp49 size_t address = 1; in IsStructurallyValidLanguageTag() local
1257 bool JSLocale::DealwithLanguageTag(const std::vector<std::string> &containers, size_t &address) in DealwithLanguageTag()
Ddump.cpp1067 std::ostringstream address; in DumpHeapObjectType() local
1075 std::ostringstream address; in DumpHeapObjectType() local
/arkcompiler/runtime_core/runtime/mem/
Dtlab.cpp26 TLAB::TLAB(void *address, size_t size) in TLAB()
35 void TLAB::Fill(void *address, size_t size) in Fill()
Drunslots_allocator_stl_adapter.h110 pointer address(reference x) const in address() function
115 const_pointer address(const_reference x) const in address() function
Dallocator.cpp476 bool ObjectAllocatorGen<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h73 pointer address(reference x) const in address() function
78 const_pointer address(const_reference x) const in address() function
Dregion-inl.h82 inline bool Region::AtomicMark(void *address) in AtomicMark()
90 inline void Region::ClearMark(void *address) in ClearMark()
Dtlab_allocator-inl.h69 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
Dheap-inl.h305 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()
Dparallel_evacuator.cpp115 uintptr_t address = 0; in EvacuateRegion() local
Dregion.h348 bool InRange(uintptr_t address) const in InRange()
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h108 pointer address(reference x) const in address() function
113 const_pointer address(const_reference x) const in address() function
Dmem.h206 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/
Dllvm_stackmap_parser.cpp61 [this, &recordNum, &pc2CallSiteInfo, &deoptbundles](uintptr_t address, uint32_t recordId) { in CalcCallSite()
111 uintptr_t address = llvmStackMap_.StkSizeRecords[i].functionAddress; in CalcCallSite() local
Dark_stackmap_parser.cpp96 uintptr_t address = 0; in GetStackSlotAddress() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp62 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h70 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp52 bool ObjectAllocatorG1<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h632 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()

12