Home
last modified time | relevance | path

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

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