Home
last modified time | relevance | path

Searched defs:pointer (Results 1 - 25 of 45) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
H A Dbyte_array.cpp23 void *pointer = GetData(); in Set() local
31 void *pointer = GetData(); in Get() local
H A Djs_segment_iterator.h68 static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeIcuBreakIterator() argument
80 static void FreeUString([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeUString() argument
H A Djs_segments.h64 static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeIcuBreakIterator() argument
76 static void FreeUString([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeUString() argument
H A Djs_segmenter.h69 static void FreeIcuBreakIterator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeIcuBreakIterator() argument
H A Djs_segment_iterator.cpp39 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuBreakIterator, callback); in SetIcuBreakIterator() local
56 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuUnicodeString, callback); in SetUString() local
H A Djs_relative_time_format.h77 static void FreeIcuRTFFormatter([[maybe_unused]] void *env, void *pointer, void *data) in FreeIcuRTFFormatter() argument
H A Dobject_factory-inl.h159 JSHandle<JSNativePointer> pointer = NewJSNativePointer(icuPoint, callback, vm_); in NewJSIntlIcuData() local
H A Djs_segmenter.cpp38 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuBreakIterator, callback); in SetIcuBreakIterator() local
H A Djs_segments.cpp39 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuBreakIterator, callback); in SetIcuBreakIterator() local
56 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuUnicodeString, callback); in SetUString() local
H A Druntime.cpp370 void Runtime::PushToSharedNativePointerList(JSNativePointer *pointer) in PushToSharedNativePointerList() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp58 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer( in GenerateScopeInfo() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dmmap_fixed_test.cpp28 auto pointer = static_cast<uint64_t *>(ToVoidPtr(addr)); in DeathWrite64() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dexpand_atomics.cpp66 auto pointer = atomicInstruction->getOperand(pointerIndex); in InsertAddrSpaceCast() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_iterator_test.cpp80 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(newBitSetVector); in CreateBitVector() local
H A Djs_api_bitvector_test.cpp98 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(newBitSetVector); in CreateBitVector() local
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H A Dshared_mm.cpp28 const void *pointer = ToVoidPtr(iter->first); in ~JSSharedMemoryManager() local
34 bool JSSharedMemoryManager::CreateOrLoad(void **pointer, size_t size) in CreateOrLoad() argument
47 void JSSharedMemoryManager::InsertSharedMemory(const void *pointer) in InsertSharedMemory() argument
55 IncreaseRefSharedMemory(const void *pointer) IncreaseRefSharedMemory() argument
63 DecreaseRefSharedMemory(const void *pointer) DecreaseRefSharedMemory() argument
111 RemoveSharedMemory([[maybe_unused]] void *env, void *pointer, void *data) RemoveSharedMemory() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_deregister.cpp25 void ModuleDeregister::FreeModuleRecord([[maybe_unused]] void *env, void *pointer, void *hint) in FreeModuleRecord() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A 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
H A Dmmap_mem_pool_test.cpp130 auto *pointer = static_cast<uint64_t *>(start); in FillMemory() local
140 auto *pointer = static_cast<uint64_t *>(start); in IsZeroMemory() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dptr.h36 constexpr Ptr() noexcept : pointer(nullptr) in pointer() function in maple::utils::Ptr
41 constexpr explicit Ptr(std::nullptr_t) noexcept : pointer(nullptr) in pointer() function in maple::utils::Ptr
91 explicit Ptr(Ptr &&other) noexcept : pointer(other.get()) {} pointer() function in maple::utils::Ptr
217 T *pointer; global() member in maple::utils::Ptr
[all...]
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.h138 static void FreeCollatorFormat([[maybe_unused]] void *env, void *pointer, void *data) in FreeCollatorFormat() argument
149 static void FreeNumberFormat([[maybe_unused]] void *env, void *pointer, void *data) in FreeNumberFormat() argument
160 static void FreeDateTimeFormat([[maybe_unused]] void *env, void *pointer, void *data) in FreeDateTimeFormat() argument
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Ddata_protect.h34 explicit DataProtect(const uintptr_t pointer) in DataProtect() argument
45 static inline uintptr_t DataProtectAut(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectAut() argument
65 static inline uintptr_t DataProtectPac(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectPac() argument
85 Update(const uintptr_t pointer) Update() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp80 GateRef pointer = builder.GetDataPointFromBuffer(buffer); in SetTypedValue() local
109 void BuiltinsDataViewStubBuilder::SetValueInBufferForInt32(GateRef glue, GateRef pointer, GateRef offset, in SetValueInBufferForInt32() argument
126 Store(VariableType::INT8(), glue, pointer, offset, TruncInt32ToInt8(b0)); in SetValueInBufferForInt32() local
127 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b1)); in SetValueInBufferForInt32() local
128 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b2)); in SetValueInBufferForInt32() local
129 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b3)); in SetValueInBufferForInt32() local
134 Store(VariableType::INT8(), glue, pointer, offse in SetValueInBufferForInt32() local
135 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b2)); SetValueInBufferForInt32() local
136 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b1)); SetValueInBufferForInt32() local
137 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b0)); SetValueInBufferForInt32() local
144 SetValueInBufferForInt64(GateRef glue, GateRef pointer, GateRef offset, GateRef value, GateRef littleEndianHandle) SetValueInBufferForInt64() argument
170 Store(VariableType::INT8(), glue, pointer, offset, TruncInt32ToInt8(b0)); SetValueInBufferForInt64() local
171 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b1)); SetValueInBufferForInt64() local
172 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b2)); SetValueInBufferForInt64() local
173 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b3)); SetValueInBufferForInt64() local
174 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FOUR)), TruncInt32ToInt8(b4)); SetValueInBufferForInt64() local
175 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FIVE)), TruncInt32ToInt8(b5)); SetValueInBufferForInt64() local
176 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SIX)), TruncInt32ToInt8(b6)); SetValueInBufferForInt64() local
177 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SEVEN)), TruncInt32ToInt8(b7)); SetValueInBufferForInt64() local
182 Store(VariableType::INT8(), glue, pointer, offset, TruncInt32ToInt8(b7)); SetValueInBufferForInt64() local
183 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b6)); SetValueInBufferForInt64() local
184 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b5)); SetValueInBufferForInt64() local
185 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b4)); SetValueInBufferForInt64() local
186 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FOUR)), TruncInt32ToInt8(b3)); SetValueInBufferForInt64() local
187 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FIVE)), TruncInt32ToInt8(b2)); SetValueInBufferForInt64() local
188 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SIX)), TruncInt32ToInt8(b1)); SetValueInBufferForInt64() local
189 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SEVEN)), TruncInt32ToInt8(b0)); SetValueInBufferForInt64() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp54 GateRef CircuitBuilder::ExtractValue(MachineType mt, GateRef pointer, GateRef index) in ExtractValue() argument
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.cpp57 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(newBitSetVector, in BitVectorConstructor() local
507 void ContainersBitVector::FreeBitsetVectorPointer([[maybe_unused]] void *env, void *pointer, in FreeBitsetVectorPointer() argument

Completed in 11 milliseconds

12