Home
last modified time | relevance | path

Searched defs:nativeAddress (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp91 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling() argument
100 void JSPtHooks::NativeReturn(const void *nativeAddress) in NativeReturn() argument
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp294 void Tracing::NativeCalling([[maybe_unused]] const void *nativeAddress) in NativeCalling() argument
298 void Tracing::NativeReturn([[maybe_unused]] const void *nativeAddress) in NativeReturn() argument
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp139 int64_t nativeAddress; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h252 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress() argument
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp366 bool DebuggerImpl::IsUserCode(const void *nativeAddress) in IsUserCode() argument
377 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling() argument
401 void DebuggerImpl::NotifyNativeReturn(const void *nativeAddress) in NotifyNativeReturn() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4925 void JSNApi::NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeCalling() argument
4935 void JSNApi::NotifyNativeReturn([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeReturn() argument

Completed in 18 milliseconds