Searched refs:SafeBuffer (Results 1 – 2 of 2) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info.h | 802 struct SafeBuffer { struct 804 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() argument 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;
|
D | profile_compilation_info.cc | 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() [all …]
|