Searched refs:chunk_begin (Results 1 – 1 of 1) sorted by relevance
289 uint8_t* chunk_begin = reinterpret_cast<uint8_t*>(chunk_meta.chunk_record); in TryPatchChunkContents() local290 PERFETTO_DCHECK(chunk_begin >= begin()); in TryPatchChunkContents()291 uint8_t* chunk_end = chunk_begin + chunk_meta.chunk_record->size; in TryPatchChunkContents()299 chunk_begin + sizeof(ChunkRecord) + patches[i].offset_untrusted; in TryPatchChunkContents()303 producer_id, writer_id, chunk_id, chunk_end - chunk_begin, in TryPatchChunkContents()307 if (ptr < chunk_begin + sizeof(ChunkRecord) || in TryPatchChunkContents()325 HexDump(chunk_begin, chunk_meta.chunk_record->size).c_str()); in TryPatchChunkContents()