Lines Matching refs:SafeBuffer
821 SafeBuffer& buffer, in ReadInlineCache()
869 bool ProfileCompilationInfo::ReadMethods(SafeBuffer& buffer, in ReadMethods()
910 bool ProfileCompilationInfo::ReadClasses(SafeBuffer& buffer, in ReadClasses()
953 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance()
966 bool ProfileCompilationInfo::SafeBuffer::CompareAndAdvance(const uint8_t* data, size_t data_size) { in CompareAndAdvance()
977 ProfileCompilationInfo::ProfileLoadStatus ProfileCompilationInfo::SafeBuffer::Fill( in Fill()
986 size_t ProfileCompilationInfo::SafeBuffer::CountUnreadBytes() { in CountUnreadBytes()
990 const uint8_t* ProfileCompilationInfo::SafeBuffer::GetCurrentPtr() { in GetCurrentPtr()
994 void ProfileCompilationInfo::SafeBuffer::Advance(size_t data_size) { in Advance()
1012 SafeBuffer safe_buffer(kMagicVersionSize); in ReadProfileHeader()
1050 bool ProfileCompilationInfo::ReadProfileLineHeaderElements(SafeBuffer& buffer, in ReadProfileLineHeaderElements()
1063 SafeBuffer& buffer, in ReadProfileLineHeader()
1094 SafeBuffer& buffer, in ReadProfileLine()
1137 SafeBuffer& buffer, in ReadAggregationCounters()
1432 SafeBuffer uncompressed_data(uncompressed_data_size); in LoadInternal()