Lines Matching refs:ptr
485 uint8_t* ptr = buf + kTraceHeaderLength; in DumpBuf() local
488 while (ptr < end) { in DumpBuf()
489 uint32_t tmid = ptr[2] | (ptr[3] << 8) | (ptr[4] << 16) | (ptr[5] << 24); in DumpBuf()
493 ptr += GetRecordSize(clock_source); in DumpBuf()
665 uint8_t* ptr = buf_.get() + old_offset; in LogMethodTraceEvent() local
666 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent()
667 Append4LE(ptr + 2, method_value); in LogMethodTraceEvent()
668 ptr += 6; in LogMethodTraceEvent()
671 Append4LE(ptr, thread_clock_diff); in LogMethodTraceEvent()
672 ptr += 4; in LogMethodTraceEvent()
675 Append4LE(ptr, wall_clock_diff); in LogMethodTraceEvent()
681 uint8_t* ptr = buf_.get() + kTraceHeaderLength; in GetVisitedMethods() local
684 while (ptr < end) { in GetVisitedMethods()
685 uint32_t tmid = ptr[2] | (ptr[3] << 8) | (ptr[4] << 16) | (ptr[5] << 24); in GetVisitedMethods()
688 ptr += GetRecordSize(clock_source_); in GetVisitedMethods()