Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_reader.cpp461 uint32_t offset_count; in ReadFileFeature() local
462 MoveFromBinaryFormat(offset_count, p); in ReadFileFeature()
463 dex_file_offsets->resize(offset_count); in ReadFileFeature()
464 MoveFromBinaryFormat(dex_file_offsets->data(), offset_count, p); in ReadFileFeature()
Drecord_file_writer.cpp363 uint32_t offset_count = dex_file_offsets->size(); in WriteFileFeature() local
364 MoveToBinaryFormat(offset_count, p); in WriteFileFeature()
365 MoveToBinaryFormat(dex_file_offsets->data(), offset_count, p); in WriteFileFeature()