Home
last modified time | relevance | path

Searched refs:SetNativePointer (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h220 GetPandaMethod()->SetNativePointer(impl); in RegisterNativeImpl()
226 GetPandaMethod()->SetNativePointer(nullptr); in UnregisterNativeImpl()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_iterator_test.cpp81 bitVector->SetNativePointer(thread, pointer); in CreateBitVector()
Djs_api_bitvector_test.cpp99 bitVector->SetNativePointer(thread, pointer); in CreateBitVector()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h404 void SetNativePointer(void *nativePointer) in SetNativePointer() function
Decma_vm.cpp718 method->SetNativePointer(InternalMethodTable[i]); in GenerateInternalNativeMethods()
Dshared_object_factory.cpp224 method->SetNativePointer(const_cast<void *>(func)); in NewSMethodForNativeFunction()
Dobject_factory.cpp124 method->SetNativePointer(const_cast<void *>(func)); in NewMethodForNativeFunction()
1537 JSAPIBitVector::Cast(*obj)->SetNativePointer(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
4560 obj->SetNativePointer(thread_, pointer); in NewJSAPIBitVector()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_js.cpp465 method.SetNativePointer(nullptr); in InitCallJSClass()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h653 void SetNativePointer(void *nativePointer) in SetNativePointer() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp537 method->SetNativePointer(ptr); in ResolveNativeMethod()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp234 newBitVector->SetNativePointer(thread, dstNp); in GetBitsByRange()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_bitvector.cpp62 obj->SetNativePointer(thread, pointer); in BitVectorConstructor()