Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp92 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling()
101 void JSPtHooks::NativeReturn(const void *nativeAddress) in NativeReturn()
/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/ets_runtime/ecmascript/debugger/
Djs_debugger.h144 void NativeCalling(const void *nativeAddress) override in NativeCalling()
151 void NativeReturn(const void *nativeAddress) override in NativeReturn()
Dnotification_manager.h93 void NativeCallingEvent(const void *nativeAddress) const in NativeCallingEvent()
100 void NativeReturnEvent(const void *nativeAddress) const in NativeReturnEvent()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp296 void Tracing::NativeCalling([[maybe_unused]] const void *nativeAddress) in NativeCalling()
300 void Tracing::NativeReturn([[maybe_unused]] const void *nativeAddress) in NativeReturn()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp288 bool DebuggerImpl::IsUserCode(const void *nativeAddress) in IsUserCode()
299 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling()
323 void DebuggerImpl::NotifyNativeReturn(const void *nativeAddress) in NotifyNativeReturn()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp139 int64_t nativeAddress; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h252 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3294 …:NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeCalling()
3304 …:NotifyNativeReturn([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeReturn()