Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp129 void* Instrument::Inc_BufferPtr( void* p ) in Inc_BufferPtr() function in nn::dbg::CTR::Instrument
247 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()
/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Instrument.h140 void* Inc_BufferPtr( void* p );