Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 58) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/shared_mm/
Dshared_mm.cpp26 const void *pointer = ToVoidPtr(iter->first); in ~JSSharedMemoryManager() local
32 bool JSSharedMemoryManager::CreateOrLoad(void **pointer, size_t size) in CreateOrLoad()
45 void JSSharedMemoryManager::InsertSharedMemory(const void *pointer) in InsertSharedMemory()
53 void JSSharedMemoryManager::IncreaseRefSharedMemory(const void *pointer) in IncreaseRefSharedMemory()
61 void JSSharedMemoryManager::DecreaseRefSharedMemory(const void *pointer) in DecreaseRefSharedMemory()
109 void JSSharedMemoryManager::RemoveSharedMemory(void *pointer, void *data) in RemoveSharedMemory()
/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.cpp24 void *pointer = GetData(); in Set() local
32 void *pointer = GetData(); in Get() local
Djs_plural_rules.cpp35 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter()
62 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuNumberFormatter() local
73 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules()
100 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuPluralRules() local
Djs_relative_time_format.h77 static void FreeIcuRTFFormatter(void *pointer, void *data) in FreeIcuRTFFormatter()
Dobject_factory-inl.h129 JSHandle<JSNativePointer> pointer = NewJSNativePointer(icuPoint, callback, vm_); in NewJSIntlIcuData() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h138 static void FreeCollatorFormat(void *pointer, void *data) in FreeCollatorFormat()
149 static void FreeNumberFormat(void *pointer, void *data) in FreeNumberFormat()
160 static void FreeDateTimeFormat(void *pointer, void *data) in FreeDateTimeFormat()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
Diterator.h28 using pointer = typename std::iterator_traits<Iterator>::pointer; member
55 using pointer = typename Traits::pointer; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_test.cpp34 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/libpandabase/mem/
Dobject_pointer.h132 ALWAYS_INLINE static Object *ToObjectPtr(const object_pointer_type pointer) noexcept in ToObjectPtr()
Darena_allocator_stl_adapter.h31 using pointer = void *; variable
65 using pointer = T *; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dobject_pointer.h128 ALWAYS_INLINE static Object *ToObjectPtr(const ObjectPointerType pointer) noexcept in ToObjectPtr()
Darena_allocator_stl_adapter.h32 using pointer = void *; // NOLINT(readability-identifier-naming) variable
68 using pointer = T *; // NOLINT(readability-identifier-naming) variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h30 using pointer = void *; // NOLINT(readability-identifier-naming) variable
74 using pointer = T *; // NOLINT(readability-identifier-naming) variable
Drunslots_allocator_stl_adapter.h32 using pointer = void *; variable
72 using pointer = T *; variable
/arkcompiler/runtime_core/libpandabase/tests/
Dmmap_fixed_test.cpp28 auto pointer = static_cast<uint64_t *>(ToVoidPtr(addr)); in DeathWrite64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h210 using pointer = void *; variable
238 using pointer = T *; variable
279 void deallocate(pointer, size_type) {} in deallocate() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dexpand_atomics.cpp68 auto pointer = atomicInstruction->getOperand(pointerIndex); in InsertAddrSpaceCast() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp59 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr_list_ref.h60 using pointer = typename std::iterator_traits<T>::pointer; variable
144 using pointer = T *; variable
221 using pointer = T *; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h34 using pointer = value_type *; variable
124 using pointer = value_type *; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h35 using pointer = value_type *; variable
127 using pointer = value_type *; variable
Dsmall_vector.h87 using pointer = typename VectorType::pointer; variable
119 using pointer = value_type *; variable
/arkcompiler/runtime_core/static_core/verification/util/
Drange.h36 … using pointer = Int *; // NOLINT(readability-identifier-naming) variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h27 using pointer = T *; variable
Dchunk_allocator.h27 using pointer = T *; variable

123