Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/hprof/
Dheap_tracker.cpp31 void HeapTracker::AllocationEvent(uintptr_t address) in AllocationEvent()
38 void HeapTracker::MoveEvent(uintptr_t address, uintptr_t forward_address) in MoveEvent()
Dheap_snapshot.cpp126 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/
Dremembered_set.h42 void Insert(uintptr_t address) in Insert()
47 void AtomicInsert(uintptr_t address) in AtomicInsert()
65 void Clear(uintptr_t address) in Clear()
Dchunk_allocator.h73 pointer address(reference x) const in address() function
78 const_pointer address(const_reference x) const in address() function
Dtlab_allocator-inl.h69 uintptr_t address = heap_->AllocateYoungSync(size); in TlabAllocatorYoungSpace() local
Dheap-inl.h249 void Heap::OnAllocateEvent(uintptr_t address) in OnAllocateEvent()
256 void Heap::OnMoveEvent(uintptr_t address, uintptr_t forwardAddress) in OnMoveEvent()
Dparallel_evacuation.cpp115 uintptr_t address = 0; in EvacuateRegion() local
Dregion.h225 bool InRange(uintptr_t address) in InRange()
/ark/js_runtime/ecmascript/compiler/llvm/
Dllvm_stackmap_parser.cpp66 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/
Dfree_object.cpp20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject()
Djs_locale.cpp34 size_t address = 1; in IsStructurallyValidLanguageTag() local
1257 bool JSLocale::DealwithLanguageTag(const std::vector<std::string> &containers, size_t &address) in DealwithLanguageTag()
Dobject_factory.cpp812 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots) in FillFreeObject()
Ddump.cpp713 std::ostringstream address; in DumpHeapObjectType() local
/ark/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.cpp460 bool ObjectAllocatorGen<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
/ark/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.h199 inline bool IsInObjectsAddressSpace([[maybe_unused]] uintptr_t address) in IsInObjectsAddressSpace()
/ark/js_runtime/ecmascript/tests/
Dglue_regs_test.cpp63 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
/ark/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h71 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
/ark/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp47 bool ObjectAllocatorG1<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace()
/ark/runtime_core/runtime/include/mem/
Dallocator.h608 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace()
/ark/js_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp897 uintptr_t **address = nullptr; in DoSafepoint() local