| /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_relative_time_format.h | 77 static void FreeIcuRTFFormatter(void *pointer, void *data) in FreeIcuRTFFormatter()
|
| D | js_plural_rules.cpp | 34 void JSPluralRules::FreeIcuNumberFormatter(void *pointer, void* hint) in FreeIcuNumberFormatter() 61 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuNumberFormatter() local 72 void JSPluralRules::FreeIcuPluralRules(void *pointer, void* hint) in FreeIcuPluralRules() 99 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuPluralRules() local
|
| D | object_factory-inl.h | 116 JSHandle<JSNativePointer> pointer = NewJSNativePointer(icuPoint, callback, vm_); in NewJSIntlIcuData() local
|
| D | js_displaynames.cpp | 55 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 | 46 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter() 68 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuListFormatter, callback); in SetIcuListFormatter() local
|
| D | js_number_format.h | 101 static void FreeIcuNumberformat(void *pointer, void *data) in FreeIcuNumberformat()
|
| D | js_date_time_format.cpp | 114 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuLocale() local 118 void JSDateTimeFormat::FreeIcuLocale(void *pointer, void *data) in FreeIcuLocale() 154 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm, in SetIcuSimpleDateFormat() local 159 void JSDateTimeFormat::FreeSimpleDateFormat(void *pointer, void *data) in FreeSimpleDateFormat()
|
| D | js_collator.cpp | 74 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuCollator, callback); in SetIcuCollator() local
|
| D | object_factory.cpp | 236 auto *pointer = JSNativePointer::Cast(data.GetTaggedObject()); in NewJSArrayBufferData() local 251 …JSHandle<JSNativePointer> pointer = NewJSNativePointer(newData, NativeAreaAllocator::FreeBufferFun… in NewJSArrayBufferData() local 269 …JSHandle<JSNativePointer> pointer = NewJSNativePointer(newData, JSSharedMemoryManager::RemoveShare… in NewJSSharedArrayBufferData() local 288 …JSHandle<JSNativePointer> pointer = NewJSNativePointer(newData, NativeAreaAllocator::FreeBufferFun… in NewJSArrayBuffer() local 306 … JSHandle<JSNativePointer> pointer = NewJSNativePointer(buffer, deleter, data, false, length); in NewJSArrayBuffer() local 356 …JSHandle<JSNativePointer> pointer = NewJSNativePointer(buffer, JSSharedMemoryManager::RemoveShared… in NewJSSharedArrayBuffer() local 382 …JSHandle<JSNativePointer> pointer = NewJSNativePointer(newBuffer, NativeAreaAllocator::FreeBufferF… in NewJSRegExpByteCodeData() local
|
| D | js_locale.h | 170 static void FreeIcuLocale(void *pointer, void *data) in FreeIcuLocale()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.h | 138 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/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/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 | 58 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
|
| /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/ets_runtime/ecmascript/mem/ |
| D | caddress_allocator.h | 27 using pointer = T *; variable
|
| D | chunk_allocator.h | 27 using pointer = T *; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_arraybuffer.cpp | 321 void *pointer = GetDataPointFromBuffer(arrBuf); in GetValueFromBuffer() local 385 void *pointer = GetDataPointFromBuffer(arrBuf); in SetValueInBuffer() local 642 void *pointer = GetDataPointFromBuffer(arrBuf.GetTaggedValue()); in SetValueInBufferForBigInt() local 672 void *pointer = GetDataPointFromBuffer(arrBuf); in FastSetValueInBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_deregister.cpp | 33 void ModuleDeregister::FreeModuleRecord(void *pointer, void *hint) in FreeModuleRecord()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.cpp | 322 using pointer = uint32_t *; typedef in panda::panda_file::ClassIdxIterator
|