Searched refs:nativeAddress (Results 1 – 12 of 12) sorted by relevance
82 void JSPtHooks::NativeCalling(const void *nativeAddress) in NativeCalling() argument84 LOG_DEBUGGER(INFO) << "JSPtHooks: NativeCalling, addr = " << nativeAddress; in NativeCalling()88 debugger_->NotifyNativeCalling(nativeAddress); in NativeCalling()
38 void NativeCalling(const void *nativeAddress) override;
40 virtual void NativeCalling(const void *nativeAddress) = 0;85 void NativeCallingEvent(const void *nativeAddress) const in NativeCallingEvent() argument88 listener_->NativeCalling(nativeAddress); in NativeCallingEvent()
144 void NativeCalling(const void *nativeAddress) override in NativeCalling() argument149 hooks_->NativeCalling(nativeAddress); in NativeCalling()
87 virtual void NativeCalling(const void *nativeAddress) = 0;
106 void NativeCalling([[maybe_unused]] const void *nativeAddress) override {} in NativeCalling() argument
46 void NotifyNativeCalling(const void *nativeAddress);
247 void DebuggerImpl::NotifyNativeCalling(const void *nativeAddress) in NotifyNativeCalling() argument252 nativeCalling.SetNativeAddress(nativeAddress); in NotifyNativeCalling()
126 int64_t nativeAddress; in HWTEST_F_L0() local127 ASSERT_EQ(params->GetInt64("nativeAddress", &nativeAddress), Result::SUCCESS); in HWTEST_F_L0()
252 NativeCalling &SetNativeAddress(const void *nativeAddress) in SetNativeAddress() argument254 nativeAddress_ = nativeAddress; in SetNativeAddress()
1356 static void NotifyNativeCalling(const EcmaVM *vm, const void *nativeAddress);
526 …:NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *nativeAddress) in NotifyNativeCalling() argument530 vm->GetJsDebuggerManager()->GetNotificationManager()->NativeCallingEvent(nativeAddress); in NotifyNativeCalling()