| /arkcompiler/ets_runtime/ecmascript/shared_mm/ |
| D | shared_mm.cpp | 26 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/ |
| D | byte_array.cpp | 24 void *pointer = GetData(); in Set() local 32 void *pointer = GetData(); in Get() local
|
| D | js_plural_rules.cpp | 33 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter() 60 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuNumberFormatter() local 71 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules() 98 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuPluralRules() local
|
| D | js_relative_time_format.h | 76 static void FreeIcuRTFFormatter(void *pointer, void *data) in FreeIcuRTFFormatter()
|
| D | object_factory-inl.h | 102 JSHandle<JSNativePointer> pointer = NewJSNativePointer(icuPoint, callback, vm_); in NewJSIntlIcuData() local
|
| D | js_displaynames.cpp | 54 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames() 78 … JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(iculocaledisplaynames, callback); in SetIcuLocaleDisplayNames() local
|
| D | js_list_format.cpp | 45 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter() 67 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuListFormatter, callback); in SetIcuListFormatter() local
|
| D | js_number_format.h | 100 static void FreeIcuNumberformat(void *pointer, void *data) in FreeIcuNumberformat()
|
| D | js_date_time_format.cpp | 113 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuLocale() local 117 void JSDateTimeFormat::FreeIcuLocale(void *pointer, void *data) in FreeIcuLocale() 153 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm, in SetIcuSimpleDateFormat() local 158 void JSDateTimeFormat::FreeSimpleDateFormat(void *pointer, void *data) in FreeSimpleDateFormat()
|
| D | js_collator.cpp | 61 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuCollator, callback); in SetIcuCollator() local
|
| /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/runtime/mem/ |
| D | allocator_adapter.h | 29 using pointer = void *; variable 78 using pointer = T *; variable
|
| D | runslots_allocator_stl_adapter.h | 30 using pointer = void *; variable 65 using pointer = T *; variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mmap_fixed_test.cpp | 28 auto pointer = static_cast<uint64_t *>(ToVoidPtr(addr)); in DeathWrite64() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 62 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
|
| D | js_pandafile_manager.cpp | 368 void JSPandaFileManager::RemoveJSPandaFile(void *pointer) in RemoveJSPandaFile()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | ring_buffer.h | 34 using pointer = value_type *; variable 124 using pointer = value_type *; variable
|
| D | small_vector.h | 93 using pointer = typename VectorType::pointer; variable
|
| D | bit_vector.h | 295 using pointer = BitReference *; variable
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | card_table.h | 33 using pointer = PtrType *; variable
|
| /arkcompiler/runtime_core/verification/util/ |
| D | range.h | 35 typedef Int *pointer; typedef
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 315 void *pointer = GetDataPointFromBuffer(arrBuf); in GetValueFromBuffer() local 378 void *pointer = GetDataPointFromBuffer(arrBuf); in SetValueInBuffer() local 622 void *pointer = GetDataPointFromBuffer(arrBuf.GetTaggedValue()); in SetValueInBufferForBigInt() local 630 void *pointer = GetDataPointFromBuffer(arrBuf); in FastSetValueInBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | caddress_allocator.h | 27 using pointer = T *; variable
|
| D | chunk_allocator.h | 27 using pointer = T *; variable
|