Lines Matching refs:LRSize
194 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
227 if ((count == LRSize) || (backFp == tmpFp)) { in LOS_RecordLR()
232 if (count < LRSize) { in LOS_RecordLR()
458 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
472 HalBackTraceGet(SP, reglr, LR, LRSize, jumpCount); in LOS_RecordLR()
530 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
554 while ((stackPointer < stackBottom) && (count < LRSize)) { in LOS_RecordLR()
573 if (index < LRSize) { in LOS_RecordLR()
612 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
652 if (count == LRSize) { in LOS_RecordLR()
661 if (count < LRSize) { in LOS_RecordLR()
670 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
692 if ((pc != 0) && (count < LRSize)) { in LOS_RecordLR()
698 if (count == LRSize) { in LOS_RecordLR()
704 if (count < LRSize) { in LOS_RecordLR()