Lines Matching refs:mBufferPtr
196 mBufferPtr = mBufferTop; in Clear()
225 if ( ! mBufferTop || ! mBufferPtr ) in EntryFunc()
233 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in EntryFunc()
241 RecordForLog* p = reinterpret_cast<RecordForLog*>(mBufferPtr); in EntryFunc()
247 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in EntryFunc()
248 if ( mBufferPtr == mBufferOrigin ) in EntryFunc()
256 mBufferPtr = NULL; in EntryFunc()
272 if ( ! mBufferTop || ! mBufferPtr ) in ExitFunc()
283 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in ExitFunc()
289 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in ExitFunc()
290 if ( mBufferPtr == mBufferOrigin ) in ExitFunc()
298 mBufferPtr = NULL; in ExitFunc()
306 if ( mBufferPtr != mBufferOrigin ) in ExitFunc()
308 mBufferPtr = reinterpret_cast<u8*>(mBufferPtr) - GetRecordSize(); in ExitFunc()
337 while( p != mBufferPtr ) in Dump()
359 while( p != mBufferPtr ) in Dump()
416 while( pRecord != pInfo->mBufferPtr ) in Collect()