Home
last modified time | relevance | path

Searched defs:nativeAddress (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h74 void NativeCallingEvent(const void *nativeAddress) const in NativeCallingEvent()
Djs_debugger.h151 void NativeCalling(const void *nativeAddress) override in NativeCalling()
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp83 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h100 void NativeCalling([[maybe_unused]] const void *nativeAddress) override {} in NativeCalling()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h237 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp253 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp353 void JSNApi::NotifyNativeCalling(const EcmaVM *vm, const void *nativeAddress) in NotifyNativeCalling()