Home
last modified time | relevance | path

Searched refs:pBP (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/tools/source/debug/
H A Dstcktree.cxx54 ImpDbgStackTree* Add( sal_uIntPtr nAlloc, sal_uIntPtr* pBP, sal_uIntPtr nIP );
136 ImpDbgStackTree* ImpDbgStackTree::Add( sal_uIntPtr nAlloc, sal_uIntPtr *pBP, sal_uIntPtr nIP ) in Add() argument
142 return pLeft_->Add( nAlloc, pBP, nIP ); in Add()
148 return pRight_->Add( nAlloc, pBP, nIP ); in Add()
166 if ( !(pBP[0] & 3) && (sal_uIntPtr)pBP < pBP[0] && pBP[0] < (sal_uIntPtr)pImpDbgStackTreeBP ) in Add()
168 pBP = (sal_uIntPtr*)pBP[0]; in Add()
169 nIP = pBP[1]; in Add()
174 return pCaller_->Add( nAlloc, pBP, nIP ); in Add()
189 sal_uIntPtr* pBP; in DbgStartStackTree() local
190 __asm mov pBP, ebp; in DbgStartStackTree() local
[all …]