Lines Matching refs:LightSymbol
3 LightSymbol::PLightSymbol LightSymbol::lsFrames[1000];
4 HANDLE LightSymbol::handleFrames[1000];
5 SZ* LightSymbol::fileNames;
6 bool LightSymbol::busted = false;
9 LightSymbol::LightSymbol(const char* sym, int fileId, int lineNumber) { in LightSymbol() function in LightSymbol
17 LightSymbol** container = getThreadFrameContainer(); in LightSymbol()
23 LightSymbol::~LightSymbol() { in ~LightSymbol()
30 bool LightSymbol::GetCallStack(char* sz, int len, const char* separator) { in GetCallStack()
31 LightSymbol* ls = GetCurrentFrame(); in GetCallStack()
39 LightSymbol** LightSymbol::getThreadFrameContainer() { in getThreadFrameContainer()
53 bool LightSymbol::GetCallStackCore(char* sz, int len, const char* separator) const { in GetCallStackCore()
119 const LightSymbol* ls = this; in GetCallStackCore()
143 LightSymbol* LightSymbol::GetCurrentFrame() { in GetCurrentFrame()
147 void LightSymbol::SetCurrentFrame(LightSymbol* ls) { in SetCurrentFrame()
151 const char* LightSymbol::trim(char* sz) { in trim()