| /arkcompiler/ets_runtime/ecmascript/shared_mm/ |
| D | shared_mm.cpp | 30 const void *pointer = ToVoidPtr(iter->first); in ~JSSharedMemoryManager() local 36 bool JSSharedMemoryManager::CreateOrLoad(void **pointer, size_t size) in CreateOrLoad() 49 void JSSharedMemoryManager::InsertSharedMemory(const void *pointer) in InsertSharedMemory() 57 void JSSharedMemoryManager::IncreaseRefSharedMemory(const void *pointer) in IncreaseRefSharedMemory() 65 void JSSharedMemoryManager::DecreaseRefSharedMemory(const void *pointer) in DecreaseRefSharedMemory() 113 void JSSharedMemoryManager::RemoveSharedMemory([[maybe_unused]] void *env, void *pointer, void *dat… in RemoveSharedMemory()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | byte_array.cpp | 23 void *pointer = GetData(); in Set() local 31 void *pointer = GetData(); in Get() local
|
| D | js_segment_iterator.h | 68 …static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void*… in FreeIcuBreakIterator() 80 static void FreeUString([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeUString()
|
| D | js_segments.h | 64 …static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void*… in FreeIcuBreakIterator() 76 static void FreeUString([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeUString()
|
| D | js_segment_iterator.cpp | 38 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuBreakIterator, callback); in SetIcuBreakIterator() local 55 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuUnicodeString, callback); in SetUString() local
|
| D | js_segmenter.h | 69 …static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void*… in FreeIcuBreakIterator()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.h | 138 static void FreeCollatorFormat([[maybe_unused]] void *env, void *pointer, void *data) in FreeCollatorFormat() 149 static void FreeNumberFormat([[maybe_unused]] void *env, void *pointer, void *data) in FreeNumberFormat() 160 static void FreeDateTimeFormat([[maybe_unused]] void *env, void *pointer, void *data) in FreeDateTimeFormat()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
| D | iterator.h | 28 using pointer = typename std::iterator_traits<Iterator>::pointer; member 55 using pointer = typename Traits::pointer; variable
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | object_pointer.h | 132 ALWAYS_INLINE static Object *ToObjectPtr(const object_pointer_type pointer) noexcept in ToObjectPtr()
|
| D | arena_allocator_stl_adapter.h | 31 using pointer = void *; variable 65 using pointer = T *; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | object_pointer.h | 128 ALWAYS_INLINE static Object *ToObjectPtr(const ObjectPointerType pointer) noexcept in ToObjectPtr()
|
| D | arena_allocator_stl_adapter.h | 32 using pointer = void *; // NOLINT(readability-identifier-naming) variable 68 using pointer = T *; // NOLINT(readability-identifier-naming) variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mmap_test.cpp | 34 auto *pointer = static_cast<uint64_t *>(start); in FillMemory() local 44 auto *pointer = static_cast<uint64_t *>(start); in IsZeroMemory() local 118 auto pointer = static_cast<uint64_t *>(ToVoidPtr(addr)); in DeathWrite64() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | data_protect.h | 34 explicit DataProtect(const uintptr_t pointer) in DataProtect() 45 …static inline uintptr_t DataProtectAut(const uintptr_t pointer, [[maybe_unused]]const uintptr_t ad… in DataProtectAut() 65 …static inline uintptr_t DataProtectPac(const uintptr_t pointer, [[maybe_unused]]const uintptr_t ad… in DataProtectPac() 85 void Update(const uintptr_t pointer) in Update()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_dataview_stub_builder.cpp | 79 GateRef pointer = builder.GetDataPointFromBuffer(glue, buffer); in SetTypedValue() local 108 void BuiltinsDataViewStubBuilder::SetValueInBufferForInt32(GateRef glue, GateRef pointer, GateRef o… in SetValueInBufferForInt32() 143 void BuiltinsDataViewStubBuilder::SetValueInBufferForInt64(GateRef glue, GateRef pointer, GateRef o… in SetValueInBufferForInt64()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | allocator_adapter.h | 30 using pointer = void *; // NOLINT(readability-identifier-naming) variable 74 using pointer = T *; // NOLINT(readability-identifier-naming) variable
|
| D | runslots_allocator_stl_adapter.h | 32 using pointer = void *; variable 72 using pointer = T *; variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_bitvector_iterator_test.cpp | 80 auto deleter = []([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void *data) { in CreateBitVector() 86 …JSHandle<JSNativePointer> pointer = factory->NewSJSNativePointer(newBitSetVector, deleter, newBitS… in CreateBitVector() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mmap_fixed_test.cpp | 28 auto pointer = static_cast<uint64_t *>(ToVoidPtr(addr)); in DeathWrite64() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.h | 101 ContainerOfHelper<Inner, Outer>::ContainerOfHelper(Inner Outer::* field, Inner* pointer) in ContainerOfHelper() 115 constexpr ContainerOfHelper<Inner, Outer> ContainerOf(Inner Outer::* field, Inner* pointer) in ContainerOf() 258 T* Realloc(T* pointer, size_t n, size_t oldN) in Realloc()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | expand_atomics.cpp | 66 auto pointer = atomicInstruction->getOperand(pointerIndex); in InsertAddrSpaceCast() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 80 for (const auto &pointer : PointsTo()) { in IsLocalCreated() local 580 void AliasAnalysis::CreatePointerInfo(const Pointer &pointer, bool isVolatile) in CreatePointerInfo() 599 PointerWithInfo &AliasAnalysis::GetPointerInfo(const Pointer &pointer) in GetPointerInfo() 604 void AliasAnalysis::SetVolatile(const Pointer &pointer, Inst *memInst) in SetVolatile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 210 using pointer = void *; variable 238 using pointer = T *; variable 279 void deallocate(pointer, size_type) {} in deallocate() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textdecoder.h | 75 static void ConverterClose(UConverter *pointer) in ConverterClose()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 58 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
|