Home
last modified time | relevance | path

Searched defs:nativePointer (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_forin_iterator_test.cpp70 auto *nativePointer = pointArr; in HWTEST_F_L0() local
Djs_array_buffer_test.cpp84 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
Djs_map_test.cpp104 auto *nativePointer = pointArr + i; in HWTEST_F_L0() local
Dgc_second_test.cpp225 [[maybe_unused]] JSHandle<JSNativePointer> nativePointer = factory->NewJSNativePointer( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.h84 JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField().GetTaggedObject()); in FIRST_BIT_FIELD() local
Djs_function.h171 void SetNativePointer(void *nativePointer) in SetNativePointer()
Dmethod.h404 void SetNativePointer(void *nativePointer) in SetNativePointer()
Djs_object.cpp2947 JSHandle<JSTaggedValue> nativePointer(thread, value); in SetHash() local
3010void *nativePointer, const NativePointerCallback &callBack, void *data, in SetNativePointerField()
Dobject_factory.cpp2278 void *nativePointer = const_cast<void *>(method->GetNativePointer()); in SetNativePointerToFunctionFromMethod() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h657 void SetNativePointer(void *nativePointer) in SetNativePointer()
939 std::atomic<void *> nativePointer; member
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h59 uintptr_t *nativePointer = nullptr; member
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1439 auto nativePointer = *reinterpret_cast<void **>(slot.SlotAddress()); in VisitObjectRangeImpl() local
1714 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit()
1736 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp183 JSNativePointer *nativePointer = reinterpret_cast<JSNativePointer *>(object); in HandleNewObjectEncodeFlag() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp572 std::unique_ptr<PtJson> nativePointer; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h299 MixedStack &SetNativePointers(std::vector<void *> nativePointer) in SetNativePointers()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1154 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in GetNativePointerValueImpl() local
3073 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField()
3085 …id ObjectRef::SetConcurrentNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetConcurrentNativePointerField()
3099 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New()
3110 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New()
3121 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewConcurrent()
3132 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewSendable()
3145 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in Value() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp486 Register nativePointer = rsi; in GenJSCall() local
612 Register nativePointer = rsi; in GenJSCall() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp905 std::vector<void *> nativePointer; in GetNativePointer() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp615 void *nativePointer = callTarget->GetNativePointer(); in ExecuteNative() local
1414 void *nativePointer = funcObject->GetNativePointer(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1074 [](void *env, void *nativePointer, void *data) { in NewClassFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3359 GateRef nativePointer = Load(VariableType::NATIVE_POINTER(), method, nativePointerOffset); in SetNativePointerToFunctionFromMethod() local