Searched refs:nIP (Results 1 – 1 of 1) sorted by relevance
69 nIP_ = nIP; in ImpDbgStackTree()138 if ( nIP < nIP_ ) in Add()141 pLeft_ = new ImpDbgStackTree( pSub_, nIP ); in Add()142 return pLeft_->Add( nAlloc, pBP, nIP ); in Add()144 if ( nIP > nIP_ ) in Add()147 pRight_ = new ImpDbgStackTree( pSub_, nIP ); in Add()148 return pRight_->Add( nAlloc, pBP, nIP ); in Add()169 nIP = pBP[1]; in Add()170 if ( 0x01100000 <= nIP && nIP < 0x20000000 && nIP != nImpDbgStackTreeMain ) in Add()174 return pCaller_->Add( nAlloc, pBP, nIP ); in Add()[all …]
Completed in 20 milliseconds