Searched refs:SafeBuffer (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info.h | 674 struct SafeBuffer { struct 676 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() argument 732 ProfileLoadStatus ReadProfileLineHeader(SafeBuffer& buffer, argument 737 bool ReadProfileLineHeaderElements(SafeBuffer& buffer, 743 ProfileLoadStatus ReadProfileLine(SafeBuffer& buffer, 751 bool ReadClasses(SafeBuffer& buffer, 756 bool ReadMethods(SafeBuffer& buffer, 769 bool ReadInlineCache(SafeBuffer& buffer,
|
D | profile_compilation_info.cc | 758 SafeBuffer& buffer, in ReadInlineCache() 806 bool ProfileCompilationInfo::ReadMethods(SafeBuffer& buffer, in ReadMethods() 847 bool ProfileCompilationInfo::ReadClasses(SafeBuffer& buffer, in ReadClasses() 890 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance() 903 bool ProfileCompilationInfo::SafeBuffer::CompareAndAdvance(const uint8_t* data, size_t data_size) { in CompareAndAdvance() 914 ProfileCompilationInfo::ProfileLoadStatus ProfileCompilationInfo::SafeBuffer::Fill( in Fill() 923 size_t ProfileCompilationInfo::SafeBuffer::CountUnreadBytes() { in CountUnreadBytes() 927 const uint8_t* ProfileCompilationInfo::SafeBuffer::GetCurrentPtr() { in GetCurrentPtr() 931 void ProfileCompilationInfo::SafeBuffer::Advance(size_t data_size) { in Advance() 949 SafeBuffer safe_buffer(kMagicVersionSize); in ReadProfileHeader() [all …]
|