Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp82 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling()
/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h85 void NativeCallingEvent(const void *nativeAddress) const in NativeCallingEvent()
Djs_debugger.h144 void NativeCalling(const void *nativeAddress) override in NativeCalling()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h106 void NativeCalling([[maybe_unused]] const void *nativeAddress) override {} in NativeCalling()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp126 int64_t nativeAddress; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h252 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp247 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp526 …:NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeCalling()