Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1469 SafeBuffer temp_buffer(section_info.GetFileSize()); in ReadSectionData() local
1471 temp_buffer.GetCurrentPtr(), temp_buffer.GetAvailableBytes(), "ReadSectionData", error); in ReadSectionData()
1476 !temp_buffer.Inflate(section_info.GetInflatedSize())) { in ReadSectionData()
1480 buffer->Swap(temp_buffer); in ReadSectionData()