Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp105 debugger_->NotifyNativeReturn(nativeAddress); in NativeReturn()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h48 void NotifyNativeReturn(const void *nativeAddress);
Ddebugger_impl.cpp323 void DebuggerImpl::NotifyNativeReturn(const void *nativeAddress) in NotifyNativeReturn() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1244 static void NotifyNativeReturn(const EcmaVM *vm, const void *nativeAddress);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3304 void JSNApi::NotifyNativeReturn([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *na… in NotifyNativeReturn() function in panda::JSNApi