Home
last modified time | relevance | path

Searched refs:NotifyNativeCalling (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp88 debugger_->NotifyNativeCalling(nativeAddress); in NativeCalling()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h46 void NotifyNativeCalling(const void *nativeAddress);
Ddebugger_impl.cpp247 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1356 static void NotifyNativeCalling(const EcmaVM *vm, const void *nativeAddress);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp526 void JSNApi::NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *na… in NotifyNativeCalling() function in panda::JSNApi