Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 26) 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_profiler.cpp106 void HeapProfiler::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent()
117 void HeapProfiler::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
Dheap_snapshot.cpp190 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode()
195 void HeapSnapshot::MoveNode(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNode()
Dheap_snapshot.h114 void SetAddress(Address address) in SetAddress()
/arkcompiler/ets_runtime/ecmascript/
Dfree_object.cpp20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject()
Dglobal_env.h216 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local
Ddump.cpp1181 std::ostringstream address; in DumpHeapObjectType() local
1189 std::ostringstream address; in DumpHeapObjectType() local
Dobject_factory.cpp1333 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots, in FillFreeObject()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmemberVariableDeclarations1.ts33 public address: string; property in Employee2
DmappedTypeOverlappingStringEnumKeys.ts36 address: string; property
/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.h70 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
Dheap.cpp582 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()
Dregion.h347 bool InRange(uintptr_t address) const in InRange()
Dparallel_evacuator.cpp113 uintptr_t address = 0; in EvacuateRegion() local
/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.cpp50 [this, &recordNum, &pc2CallSiteInfo, &deoptbundles](uintptr_t address, uint32_t recordId) { in CalcCallSite()
101 uintptr_t address = llvmStackMap_.stkSizeRecords[i].functionAddress; in CalcCallSite() local
Dark_stackmap_parser.cpp97 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/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp262 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/
Dencoder64_test.cpp398 T CallCodeStore(uint64_t address, T param) in CallCodeStore()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp386 T CallCodeStore(uint32_t address, T param) in CallCodeStore()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp400 T CallCodeStore(uint64_t address, T param) in CallCodeStore()

12