Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.h377 void SetNativePointer(void *nativePointer) in SetNativePointer() function
Decma_vm.cpp551 method->SetNativePointer(InternalMethodTable[i]); in GenerateInternalNativeMethods()
Dobject_factory.cpp157 method->SetNativePointer(const_cast<void *>(func)); in NewMethodForNativeFunction()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h270 NativeCalling &SetNativePointer(std::vector<void *> nativePointer) in SetNativePointer() function
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp257 nativeCalling.SetNativePointer(nativePointer_); in NotifyNativeCalling()