Lines Matching refs:SafeBuffer
768 SafeBuffer& buffer, in ReadInlineCache()
820 SafeBuffer& buffer, in ReadMethods()
861 bool ProfileCompilationInfo::ReadClasses(SafeBuffer& buffer, in ReadClasses()
906 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance()
919 bool ProfileCompilationInfo::SafeBuffer::CompareAndAdvance(const uint8_t* data, size_t data_size) { in CompareAndAdvance()
930 ProfileCompilationInfo::ProfileLoadStatus ProfileCompilationInfo::SafeBuffer::Fill( in Fill()
939 size_t ProfileCompilationInfo::SafeBuffer::CountUnreadBytes() { in CountUnreadBytes()
943 const uint8_t* ProfileCompilationInfo::SafeBuffer::GetCurrentPtr() { in GetCurrentPtr()
947 void ProfileCompilationInfo::SafeBuffer::Advance(size_t data_size) { in Advance()
961 SafeBuffer safe_buffer_version(kMagicVersionSize); in ReadProfileHeader()
987 SafeBuffer safe_buffer_header_data(kProfileHeaderDataSize); in ReadProfileHeader()
1009 bool ProfileCompilationInfo::ReadProfileLineHeaderElements(SafeBuffer& buffer, in ReadProfileLineHeaderElements()
1022 SafeBuffer& buffer, in ReadProfileLineHeader()
1053 SafeBuffer& buffer, in ReadProfileLine()
1351 SafeBuffer uncompressed_data(uncompressed_data_size); in LoadInternal()
2265 SafeBuffer& safe_buffer, ProfileIndexType* value) const { in ReadProfileIndex()