Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 34) 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_plural_rules.cpp33 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
Djs_relative_time_format.h76 static void FreeIcuRTFFormatter(void *pointer, void *data) in FreeIcuRTFFormatter()
Dobject_factory-inl.h102 JSHandle<JSNativePointer> pointer = NewJSNativePointer(icuPoint, callback, vm_); in NewJSIntlIcuData() local
Djs_displaynames.cpp54 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.cpp45 void JSListFormat::FreeIcuListFormatter(void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter()
67 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuListFormatter, callback); in SetIcuListFormatter() local
Djs_number_format.h100 static void FreeIcuNumberformat(void *pointer, void *data) in FreeIcuNumberformat()
Djs_date_time_format.cpp113 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()
Djs_collator.cpp61 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuCollator, callback); in SetIcuCollator() 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/runtime/mem/
Dallocator_adapter.h29 using pointer = void *; variable
78 using pointer = T *; variable
Drunslots_allocator_stl_adapter.h30 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.cpp62 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
Djs_pandafile_manager.cpp368 void JSPandaFileManager::RemoveJSPandaFile(void *pointer) in RemoveJSPandaFile()
/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/runtime_core/runtime/mem/gc/
Dcard_table.h33 using pointer = PtrType *; variable
/arkcompiler/runtime_core/verification/util/
Drange.h35 typedef Int *pointer; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp315 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/
Dcaddress_allocator.h27 using pointer = T *; variable
Dchunk_allocator.h27 using pointer = T *; variable

12