Home
last modified time | relevance | path

Searched defs:address (Results 1 - 25 of 41) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglue_regs_test.cpp38 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.cpp34 void HeapTracker::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() argument
51 void HeapTracker::MoveEvent(uintptr_t address, TaggedObject *forwardAddress, size_t size) in MoveEvent() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dfree_object.cpp23 FreeObject *FreeObject::FillFreeObject(BaseHeap *heap, uintptr_t address, size_t size) in FillFreeObject() argument
H A Dglobal_env.h88 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in GetJSThread() local
94 uintptr_t address = ComputeObjectAddress(JSTHREAD_INDEX); in SetJSThread() local
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Dprofiler_client.h45 void SetAddress(std::string address) in SetAddress() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk_allocator.h73 pointer address(reference x) const in address() function in panda::ecmascript::ChunkAllocator
78 const_pointer address(const_reference x) const in address() function in panda::ecmascript::ChunkAllocator
H A Dtlab_allocator-inl.h71 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
H A Djit_fort.h199 inline bool AtomicMark(void *address) in AtomicMark() argument
H A Dregion-inl.h152 inline bool Region::AtomicMark(void *address) in AtomicMark() argument
160 inline bool Region::NonAtomicMark(void *address) in NonAtomicMark() argument
169 inline void Region::ClearMark(void *address) in ClearMark() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h108 pointer address(reference x) const in address() function in panda::ArenaAllocatorAdapter
113 const_pointer address(const_reference x) const in address() function in panda::ArenaAllocatorAdapter
H A Dmem.h206 inline bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() argument
215 inline bool IsInObjectsAddressSpace(uintptr_t address) in IsInObjectsAddressSpace() argument
221 inline bool IsInObjectsAddressSpace(T *address) in IsInObjectsAddressSpace() argument
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info_tables.h53 static constexpr uintptr_t PackAddress(uintptr_t address, Arch arch) in PackAddress() argument
64 static constexpr uintptr_t UnpackAddress(uintptr_t address, Arch arch) in UnpackAddress() argument
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test.h235 T CallCodeStore(uint64_t address, T param) in CallCodeStore() argument
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h112 pointer address(reference x) const in address() function in ark::ArenaAllocatorAdapter
117 const_reference address(const_reference x) const in address() function in ark::ArenaAllocatorAdapter
H A Dmem.h232 constexpr bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() argument
242 constexpr bool IsAddressInObjectsHeap(const T *address) in IsAddressInObjectsHeap() argument
247 constexpr bool IsAddressInObjectsHeapOrNull(uintptr_t address) in IsAddressInObjectsHeapOrNull() argument
253 constexpr bool IsAddressInObjectsHeapOrNull(const T *address) in IsAddressInObjectsHeapOrNull() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots_allocator_stl_adapter.h124 pointer address(reference x) const in address() function in ark::mem::RunSlotsAllocatorAdapter
129 const_pointer address(const_reference x) const in address() function in ark::mem::RunSlotsAllocatorAdapter
H A Dtlab.cpp26 TLAB::TLAB(void *address, size_t size) in TLAB() argument
35 void TLAB::Fill(void *address, size_t size) in Fill() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test.h242 T CallCodeStore(uint64_t address, T param) in CallCodeStore() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp135 uintptr_t address = 0; in GetStackSlotAddress() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_parser.cpp164 uintptr_t address = sizeRec.functionAddress; in CalcCallSite() local
/arkcompiler/runtime_core/libpandafile/
H A Ddata_protect.h45 static inline uintptr_t DataProtectAut(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectAut() argument
65 static inline uintptr_t DataProtectPac(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectPac() argument
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp77 uintptr_t address; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dcompiler_intrinsics.cpp51 auto address = method->GetInstructions() + (useIc ? pc : 0); in TryGetField() local
72 auto address = method->GetInstructions() + (useIc ? pc : 0); in TryGetCallee() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp67 static void SaveFunc2Addr(void *object, std::string funcName, uint32_t address) in SaveFunc2Addr() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h264 pointer address(reference x) const in address() function in maple::MapleAllocatorAdapter
269 const_pointer address(const_reference x) const in address() function in maple::MapleAllocatorAdapter

Completed in 13 milliseconds

12