Searched refs:NotifyNativeCalling (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 98 debugger_->NotifyNativeCalling(nativeAddress); in NativeCalling()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/ |
| D | jsnapiinformation_fuzzer.cpp | 104 JSNApi::NotifyNativeCalling(vm, (void *)data); in JSNApiNotifyNativeCallingFuzzTest()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 47 void NotifyNativeCalling(const void *nativeAddress);
|
| D | debugger_impl.cpp | 299 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | JSNapi接口说明.md | 787 ### 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);
|
| D | jsnapi_expo.cpp | 3294 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/ |
| D | jsnapi_expo.h | 1243 static void NotifyNativeCalling(const EcmaVM *vm, const void *nativeAddress);
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 3213 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()
|