Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h706 class SafeBuffer; variable
866 void WriteClasses(SafeBuffer& buffer) const;
868 SafeBuffer& buffer,
871 static ProfileLoadStatus SkipClasses(SafeBuffer& buffer, std::string* error);
875 void WriteMethods(SafeBuffer& buffer) const;
877 SafeBuffer& buffer,
880 static ProfileLoadStatus SkipMethods(SafeBuffer& buffer, std::string* error);
942 static void WriteClassSet(SafeBuffer& buffer, const ArenaSet<dex::TypeIndex>& class_set);
992 /*out*/ SafeBuffer* buffer,
Dprofile_compilation_info.cc422 class ProfileCompilationInfo::SafeBuffer { class in art::ProfileCompilationInfo
424 SafeBuffer() in SafeBuffer() function in art::ProfileCompilationInfo::SafeBuffer
429 explicit SafeBuffer(size_t size) in SafeBuffer() function in art::ProfileCompilationInfo::SafeBuffer
515 SafeBuffer uncompressed_buffer(uncompressed_data_size); in Inflate()
553 void Swap(SafeBuffer& other) { in Swap()
1085 SafeBuffer buffer(dex_files_section_size); in Save()
1104 SafeBuffer buffer(extra_descriptors_section_size); in Save()
1122 SafeBuffer buffer(classes_section_size); in Save()
1137 SafeBuffer buffer(methods_section_size); in Save()
1160 SafeBuffer section_infos_buffer(section_index * 4u * sizeof(uint32_t)); in Save()
[all …]