Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h802 struct SafeBuffer { struct
804 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() function
860 ProfileLoadStatus ReadProfileLineHeader(SafeBuffer& buffer, argument
865 bool ReadProfileLineHeaderElements(SafeBuffer& buffer,
872 SafeBuffer& buffer,
880 bool ReadClasses(SafeBuffer& buffer,
885 bool ReadMethods(SafeBuffer& buffer,
899 bool ReadInlineCache(SafeBuffer& buffer,
953 bool ReadProfileIndex(SafeBuffer& safe_buffer, ProfileIndexType* value) const;
Dprofile_compilation_info.cc768 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()
[all …]