Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h115 void NativeCalling([[maybe_unused]] const void *nativeAddress) override {} in NativeCalling()
117 void NativeReturn([[maybe_unused]] const void *nativeAddress) override {} in NativeReturn()
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp93 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling()
102 void JSPtHooks::NativeReturn(const void *nativeAddress) in NativeReturn()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.h146 void NativeCalling(const void *nativeAddress) override in NativeCalling()
153 void NativeReturn(const void *nativeAddress) override in NativeReturn()
Dnotification_manager.h94 void NativeCallingEvent(const void *nativeAddress) const in NativeCallingEvent()
101 void NativeReturnEvent(const void *nativeAddress) const in NativeReturnEvent()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp294 void Tracing::NativeCalling([[maybe_unused]] const void *nativeAddress) in NativeCalling()
298 void Tracing::NativeReturn([[maybe_unused]] const void *nativeAddress) in NativeReturn()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp139 int64_t nativeAddress; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp381 bool DebuggerImpl::IsUserCode(const void *nativeAddress) in IsUserCode()
392 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling()
416 void DebuggerImpl::NotifyNativeReturn(const void *nativeAddress) in NotifyNativeReturn()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h252 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5110 …:NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeCalling()
5120 …:NotifyNativeReturn([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeReturn()