• Home
  • Raw
  • Download

Lines Matching full:if

30     if (type > FrameType::FRAME_TYPE_LAST || type < FrameType::FRAME_TYPE_FIRST) {  in CheckFrameType()
37 if (preSp == nullptr) { in CheckFrameType()
40 #if defined(PANDA_TARGET_64) in CheckFrameType()
41 if (thread->IsAsmInterpreter() && !thread->IsLegalSp(reinterpret_cast<uintptr_t>(preSp))) { in CheckFrameType()
46 if (type > FrameType::FRAME_TYPE_LAST || type < FrameType::FRAME_TYPE_FIRST) { in CheckFrameType()
61 if (method->IsNativeWithCallField()) { in ParseMethodInfo()
71 if (length != 0 && functionName[0] == '#') { in ParseMethodInfo()
78 if (strlen(functionName) == 0) { in ParseMethodInfo()
81 if (!CheckAndCopy(codeEntry.functionName, sizeof(codeEntry.functionName), functionName)) { in ParseMethodInfo()
86 if (strlen(recordName) != 0) { in ParseMethodInfo()
87 if (!CheckAndCopy(codeEntry.recordName, sizeof(codeEntry.recordName), recordName)) { in ParseMethodInfo()
94 if (debugExtractor == nullptr) { in ParseMethodInfo()
99 if (!sourceFile.empty()) { in ParseMethodInfo()
100 if (!CheckAndCopy(codeEntry.url, sizeof(codeEntry.url), sourceFile.c_str())) { in ParseMethodInfo()
114 if (length <= static_cast<size_t>(srcLength) || strcpy_s(dest, srcLength + 1, src) != EOK) { in CheckAndCopy()
134 if (funcNameValue->IsString()) { in GetNativeStack()
139 if (isCpuProfiler && function->IsCallNapi() && extraInfoValue.CheckIsJSNativePointer()) { in GetNativeStack()
142 if (cb != nullptr && extraInfo != nullptr) { in GetNativeStack()
143 if (!vm->GetJSThread()->CpuProfilerCheckJSTaggedType(extraInfoValue.GetRawData())) { in GetNativeStack()
170 if (enableVMTag) { in GetRunningState()
171 if (topFrame) { in GetRunningState()
172 if (thread->GetGcState()) { in GetRunningState()
175 if (isNative && (it.IsLeaveFrame() || thread->GetRuntimeState())) { in GetRunningState()
180 if (function->IsCallNapi()) { in GetRunningState()
183 if (isNative) { in GetRunningState()
184 if (function->GetNativeFunctionExtraInfo().CheckIsJSNativePointer()) { in GetRunningState()
189 if (it.IsOptimizedJSFunctionFrame()) { in GetRunningState()
192 if (thread->IsAsmInterpreter()) { in GetRunningState()
198 if (topFrame) { in GetRunningState()
199 if (function->IsCallNapi()) { in GetRunningState()
202 if (thread->GetGcState()) { in GetRunningState()
207 if (function->IsCallNapi()) { in GetRunningState()
210 if (isNative) { in GetRunningState()
211 if (function->GetNativeFunctionExtraInfo().CheckIsJSNativePointer()) { in GetRunningState()
223 if (nextMethod == nullptr) { in GetNativeMethodCallPos()
228 if (!extraInfoValue.CheckIsJSNativePointer() && nextMethod->GetJSPandaFile() != nullptr) { in GetNativeMethodCallPos()
231 if (debugExtractor == nullptr) { in GetNativeMethodCallPos()
235 if (methodLiteral == nullptr) { in GetNativeMethodCallPos()
241 if (sourceFile.empty()) { in GetNativeMethodCallPos()
246 if (!CheckAndCopy(codeEntry.url, sizeof(codeEntry.url), tempVariable)) { in GetNativeMethodCallPos()
260 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) { in GetNativeMethodCallPos()
263 if (!debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset)) { in GetNativeMethodCallPos()
275 if (method->IsNativeWithCallField()) { in GetMethodIdentifier()
276 if (extraInfoValue.CheckIsJSNativePointer()) { in GetMethodIdentifier()