| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | glue_regs_test.cpp | 38 const JSTaggedValue *address = globalConst->BeginSlot(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_tracker.cpp | 34 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 D | free_object.cpp | 23 FreeObject *FreeObject::FillFreeObject(BaseHeap *heap, uintptr_t address, size_t size) in FillFreeObject() argument
|
| H A D | global_env.h | 88 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 D | profiler_client.h | 45 void SetAddress(std::string address) in SetAddress() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | chunk_allocator.h | 73 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 D | tlab_allocator-inl.h | 71 uintptr_t address = heap_->AllocateYoungSync(size); in AllocateInYoungSpace() local
|
| H A D | jit_fort.h | 199 inline bool AtomicMark(void *address) in AtomicMark() argument
|
| H A D | region-inl.h | 152 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 D | arena_allocator_stl_adapter.h | 108 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 D | mem.h | 206 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 D | code_info_tables.h | 53 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 D | encoder64_test.h | 235 T CallCodeStore(uint64_t address, T param) in CallCodeStore() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena_allocator_stl_adapter.h | 112 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 D | mem.h | 232 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 D | runslots_allocator_stl_adapter.h | 124 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 D | tlab.cpp | 26 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 D | encoder64_test.h | 242 T CallCodeStore(uint64_t address, T param) in CallCodeStore() argument
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| H A D | ark_stackmap_parser.cpp | 135 uintptr_t address = 0; in GetStackSlotAddress() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| H A D | llvm_stackmap_parser.cpp | 164 uintptr_t address = sizeRec.functionAddress; in CalcCallSite() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | data_protect.h | 45 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 D | compile_method.cpp | 77 uintptr_t address; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | compiler_intrinsics.cpp | 51 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 D | litecg_codegen.cpp | 67 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 D | mempool_allocator.h | 264 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
|