Home
last modified time | relevance | path

Searched refs:SetNativePointer (Results 1 – 8 of 8) 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/
Dmethod.h378 void SetNativePointer(void *nativePointer) in SetNativePointer() function
Decma_vm.cpp622 method->SetNativePointer(InternalMethodTable[i]); in GenerateInternalNativeMethods()
Dobject_factory.cpp163 method->SetNativePointer(const_cast<void *>(func)); in NewMethodForNativeFunction()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_tstype.cpp160 method.SetNativePointer(this); in BindMethods()
Djs_value_call.cpp683 method.SetNativePointer(nullptr); in InitJSCallSignatures()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h636 void SetNativePointer(void *nativePointer) in SetNativePointer() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp512 method->SetNativePointer(ptr); in ResolveNativeMethod()