Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp34 void HeapTracker::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent()
51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent()
/arkcompiler/runtime_core/static_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/
Dglobal_env.h57 uintptr_t address = ComputeObjectAddress(index); in GetGlobalEnvObjectByIndex() local
88 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in GetJSThread() local
94 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in SetJSThread() local
Dfree_object.cpp23 FreeObject *FreeObject::FillFreeObject(BaseHeap *heap, uintptr_t address, size_t size) in FillFreeObject()
/arkcompiler/runtime_core/static_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.h124 pointer address(reference x) const in address() function
129 const_pointer address(const_reference x) const in address() function
/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.h140 inline bool Region::AtomicMark(void *address) in AtomicMark()
148 inline bool Region::NonAtomicMark(void *address) in NonAtomicMark()
156 inline void Region::ClearMark(void *address) in ClearMark()
Dtlab_allocator-inl.h71 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
Djit_fort.h199 inline bool AtomicMark(void *address) in AtomicMark()
Dsparse_space.h322 bool InJitFortRange(uintptr_t address) const in InJitFortRange()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h232 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()
Darena_allocator_stl_adapter.h112 pointer address(reference x) const in address() function
117 const_reference address(const_reference x) const in address() function
/arkcompiler/toolchain/tooling/client/domain/
Dprofiler_client.h45 void SetAddress(std::string address) in SetAddress()
/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/dfx/hprof/tests/
Dheap_snapshot_test.cpp33 void MoveNodeTest(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveNodeTest()
164 uintptr_t address = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_parser.cpp71 … uint32_t recordId) { in CalcCallSite()
164 uintptr_t address = sizeRec.functionAddress; in CalcCallSite() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/optional_reference_type/
Doptional_reference_type.ts39 address?: AddressType; property
/arkcompiler/runtime_core/libpandafile/
Ddata_protect.h45 …c inline uintptr_t DataProtectAut(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectAut()
65 …c inline uintptr_t DataProtectPac(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectPac()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h264 pointer address(reference x) const in address() function
269 const_pointer address(const_reference x) const in address() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp38 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test.h226 T CallCodeStore(uint32_t address, T param) in CallCodeStore()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp271 size_t address = 1; in IsStructurallyValidLanguageTag() local
307 bool LocaleHelper::DealwithLanguageTag(const std::vector<std::string> &containers, size_t &address) in DealwithLanguageTag()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dcompiler_intrinsics.cpp51 auto address = method->GetInstructions() + (useIc ? pc : 0); in TryGetField() local
72 auto address = method->GetInstructions() + (useIc ? pc : 0); in TryGetCallee() local

123