Searched refs:SafeBuffer (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info.h | 556 struct SafeBuffer { struct 558 explicit SafeBuffer(size_t size) : storage_(new uint8_t[size]) { in SafeBuffer() argument 610 ProfileLoadSatus ReadProfileLineHeader(SafeBuffer& buffer, argument 615 bool ReadProfileLineHeaderElements(SafeBuffer& buffer, 621 ProfileLoadSatus ReadProfileLine(SafeBuffer& buffer, 627 bool ReadClasses(SafeBuffer& buffer, 632 bool ReadMethods(SafeBuffer& buffer, 638 bool ReadInlineCache(SafeBuffer& buffer,
|
D | profile_compilation_info.cc | 700 bool ProfileCompilationInfo::ReadInlineCache(SafeBuffer& buffer, in ReadInlineCache() 740 bool ProfileCompilationInfo::ReadMethods(SafeBuffer& buffer, in ReadMethods() 773 bool ProfileCompilationInfo::ReadClasses(SafeBuffer& buffer, in ReadClasses() 816 bool ProfileCompilationInfo::SafeBuffer::ReadUintAndAdvance(/*out*/T* value) { in ReadUintAndAdvance() 829 bool ProfileCompilationInfo::SafeBuffer::CompareAndAdvance(const uint8_t* data, size_t data_size) { in CompareAndAdvance() 840 ProfileCompilationInfo::ProfileLoadSatus ProfileCompilationInfo::SafeBuffer::FillFromFd( in FillFromFd() 861 size_t ProfileCompilationInfo::SafeBuffer::CountUnreadBytes() { in CountUnreadBytes() 865 const uint8_t* ProfileCompilationInfo::SafeBuffer::GetCurrentPtr() { in GetCurrentPtr() 869 void ProfileCompilationInfo::SafeBuffer::Advance(size_t data_size) { in Advance() 887 SafeBuffer safe_buffer(kMagicVersionSize); in ReadProfileHeader() [all …]
|