Home
last modified time | relevance | path

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

12

/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_relative_time_format.h77 static void FreeIcuRTFFormatter(void *pointer, void *data) in FreeIcuRTFFormatter()
Djs_plural_rules.cpp34 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
Dobject_factory-inl.h116 JSHandle<JSNativePointer> pointer = NewJSNativePointer(icuPoint, callback, vm_); in NewJSIntlIcuData() local
Djs_displaynames.cpp55 void JSDisplayNames::FreeIcuLocaleDisplayNames(void *pointer, [[maybe_unused]] void* hint) in FreeIcuLocaleDisplayNames()
78 … JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(iculocaledisplaynames, callback); in SetIcuLocaleDisplayNames() local
Djs_list_format.cpp46 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
68 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuListFormatter, callback); in SetIcuListFormatter() local
Djs_number_format.h101 static void FreeIcuNumberformat(void *pointer, void *data) in FreeIcuNumberformat()
Djs_date_time_format.cpp114 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()
Djs_collator.cpp74 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuCollator, callback); in SetIcuCollator() local
Dobject_factory.cpp236 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
Djs_locale.h170 static void FreeIcuLocale(void *pointer, void *data) in FreeIcuLocale()
/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/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/libpandabase/tests/
Dmmap_fixed_test.cpp28 auto pointer = static_cast<uint64_t *>(ToVoidPtr(addr)); in DeathWrite64() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp58 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h34 using pointer = value_type *; variable
124 using pointer = value_type *; variable
Dsmall_vector.h93 using pointer = typename VectorType::pointer; variable
Dbit_vector.h295 using pointer = BitReference *; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h27 using pointer = T *; variable
Dchunk_allocator.h27 using pointer = T *; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp321 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/
Djs_module_deregister.cpp33 void ModuleDeregister::FreeModuleRecord(void *pointer, void *hint) in FreeModuleRecord()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp322 using pointer = uint32_t *; typedef in panda::panda_file::ClassIdxIterator

12