Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h723 struct SafeBuffer { struct
725 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() function
781 ProfileLoadStatus ReadProfileLineHeader(SafeBuffer& buffer, argument
786 bool ReadProfileLineHeaderElements(SafeBuffer& buffer,
792 ProfileLoadStatus ReadProfileLine(SafeBuffer& buffer,
800 bool ReadClasses(SafeBuffer& buffer,
805 bool ReadMethods(SafeBuffer& buffer,
812 bool ReadAggregationCounters(SafeBuffer& buffer,
823 bool ReadInlineCache(SafeBuffer& buffer,
Dprofile_compilation_info.cc821 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()
[all …]