Searched refs:Inc_BufferPtr (Results 1 – 2 of 2) sorted by relevance
129 void* Instrument::Inc_BufferPtr( void* p ) in Inc_BufferPtr() function in nn::dbg::CTR::Instrument247 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in EntryFunc()252 mBufferOrigin = Inc_BufferPtr( mBufferOrigin ); in EntryFunc()289 mBufferPtr = Inc_BufferPtr( mBufferPtr ); in ExitFunc()294 mBufferOrigin = Inc_BufferPtr( mBufferOrigin ); in ExitFunc()351 p = reinterpret_cast<RecordForLogWithTick*>(Inc_BufferPtr(p)); in Dump()366 p = reinterpret_cast<RecordForLog*>(Inc_BufferPtr(p)); in Dump()490 pRecord = reinterpret_cast<RecordForLogWithTick*>(pInfo->Inc_BufferPtr( pRecord )); in Collect()
140 void* Inc_BufferPtr( void* p );