Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp98 debugger_->NotifyNativeCalling(nativeAddress); in NativeCalling()
/arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/
Djsnapiinformation_fuzzer.cpp104 JSNApi::NotifyNativeCalling(vm, (void *)data); in JSNApiNotifyNativeCallingFuzzTest()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h47 void NotifyNativeCalling(const void *nativeAddress);
Ddebugger_impl.cpp299 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md787 ### NotifyNativeCalling subsection
789 static void NotifyNativeCalling(const EcmaVM *vm, const void *nativeAddress);
791 void JSNApi::NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *na…
810 JSNApi::NotifyNativeCalling(vm_, par);
Djsnapi_expo.cpp3294 void JSNApi::NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *na… in NotifyNativeCalling() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1243 static void NotifyNativeCalling(const EcmaVM *vm, const void *nativeAddress);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3213 JSNApi::NotifyNativeCalling(vm_, par); in HWTEST_F_L0()
3226 JSNApi::NotifyNativeCalling(vm_, par); in HWTEST_F_L0()
3239 JSNApi::NotifyNativeCalling(vm_, par); in HWTEST_F_L0()
3252 JSNApi::NotifyNativeCalling(vm_, par); in HWTEST_F_L0()
3265 JSNApi::NotifyNativeCalling(vm_, par); in HWTEST_F_L0()