Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h659 class SafeBuffer; variable
788 void WriteClasses(SafeBuffer& buffer) const;
790 SafeBuffer& buffer,
793 static ProfileLoadStatus SkipClasses(SafeBuffer& buffer, std::string* error);
797 void WriteMethods(SafeBuffer& buffer) const;
799 SafeBuffer& buffer,
802 static ProfileLoadStatus SkipMethods(SafeBuffer& buffer, std::string* error);
832 static void WriteClassSet(SafeBuffer& buffer, const ArenaSet<dex::TypeIndex>& class_set);
884 /*out*/ SafeBuffer* buffer,
Dprofile_compilation_info.cc405 class ProfileCompilationInfo::SafeBuffer { class in art::ProfileCompilationInfo
407 SafeBuffer() in SafeBuffer() function in art::ProfileCompilationInfo::SafeBuffer
412 explicit SafeBuffer(size_t size) in SafeBuffer() function in art::ProfileCompilationInfo::SafeBuffer
498 SafeBuffer uncompressed_buffer(uncompressed_data_size); in Inflate()
536 void Swap(SafeBuffer& other) { in Swap()
997 SafeBuffer buffer(dex_files_section_size); in Save()
1016 SafeBuffer buffer(extra_descriptors_section_size); in Save()
1034 SafeBuffer buffer(classes_section_size); in Save()
1049 SafeBuffer buffer(methods_section_size); in Save()
1072 SafeBuffer section_infos_buffer(section_index * 4u * sizeof(uint32_t)); in Save()
[all …]