Home
last modified time | relevance | path

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

/trunk/main/tools/source/debug/
H A Dstcktree.cxx142 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
245 sal_uIntPtr* pBP; in DbgGetStackTree() local
246 __asm mov pBP, ebp; in DbgGetStackTree() local
[all …]

Completed in 7 milliseconds