• Home
  • Raw
  • Download

Lines Matching full:if

26 #if defined(IOS_PLATFORM)
56 #if !defined(IOS_PLATFORM)
61 #if !defined(IOS_PLATFORM)
62 #if defined(WINDOWS_PLATFORM)
74 if (server == nullptr) { in HandleClient()
82 #if !defined(IOS_PLATFORM)
85 if (g_handle != nullptr) { in LoadArkDebuggerLibrary()
90 if (g_handle == nullptr) { in LoadArkDebuggerLibrary()
106 if (iter != g_inspectors.end() && iter->second != nullptr && in SendReply()
115 if (iter != g_inspectors.end() && iter->second != nullptr && in ResetServiceLocked()
122 #if !defined(IOS_PLATFORM) in ResetServiceLocked()
123 if (g_handle != nullptr) { in ResetServiceLocked()
135 if (iter != g_inspectors.end()) { in InitializeInspector()
141 if (!g_inspectors.emplace(vm, newInspector).second) { in InitializeInspector()
153 if (pthread_create(&tid, nullptr, &HandleClient, static_cast<void *>( in InitializeInspector()
166 if (g_hasArkFuncsInited) { in InitializeArkFunctions()
171 if (g_hasArkFuncsInited) { in InitializeArkFunctions()
174 #if !defined(IOS_PLATFORM) in InitializeArkFunctions()
177 if (g_initializeDebugger == nullptr) { in InitializeArkFunctions()
183 if (g_uninitializeDebugger == nullptr) { in InitializeArkFunctions()
189 if (g_waitForDebugger == nullptr) { in InitializeArkFunctions()
195 if (g_onMessage == nullptr) { in InitializeArkFunctions()
201 if (g_getDispatchStatus == nullptr) { in InitializeArkFunctions()
207 if (g_processMessage == nullptr) { in InitializeArkFunctions()
230 // message will be processed soon if the debugger thread is in running or waiting status in OnMessage()
231 if (g_getDispatchStatus(vm_) != DispatchStatus::UNKNOWN) { in OnMessage()
235 if (g_getDispatchStatus(vm_) != DispatchStatus::UNKNOWN) { in OnMessage()
240 if (debuggerPostTask_ != nullptr) { in OnMessage()
242 if (tid != pthread_self()) { in OnMessage()
257 #if !defined(IOS_PLATFORM) in StartDebug()
258 if (!LoadArkDebuggerLibrary()) { in StartDebug()
262 if (!InitializeArkFunctions()) { in StartDebug()
269 if (!InitializeInspector(vm, componentName, instanceId, debuggerPostTask)) { in StartDebug()
274 if (isDebugMode) { in StartDebug()
285 if (iter == g_inspectors.end() || iter->second == nullptr) { in StopDebug()