Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/dynamic/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/dynamic/backend/
Djs_pt_hooks.cpp105 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling()
114 void JSPtHooks::NativeReturn(const void *nativeAddress) in NativeReturn()
/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h103 void NativeCallingEvent(const void *nativeAddress) const in NativeCallingEvent()
110 void NativeReturnEvent(const void *nativeAddress) const in NativeReturnEvent()
Djs_debugger.h153 void NativeCalling(const void *nativeAddress) override in NativeCalling()
160 void NativeReturn(const void *nativeAddress) override in NativeReturn()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp300 void Tracing::NativeCalling([[maybe_unused]] const void *nativeAddress) in NativeCalling()
304 void Tracing::NativeReturn([[maybe_unused]] const void *nativeAddress) in NativeReturn()
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_events_test.cpp139 int64_t nativeAddress; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp387 bool DebuggerImpl::IsUserCode(const void *nativeAddress) in IsUserCode()
398 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling()
422 void DebuggerImpl::NotifyNativeReturn(const void *nativeAddress) in NotifyNativeReturn()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.h281 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5411 …:NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeCalling()
5421 …:NotifyNativeReturn([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeReturn()