Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h797 void WriteMethods(SafeBuffer& buffer) const;
H A Dprofile_compilation_info.cc1051 dex_data->WriteMethods(buffer); in Save()
2592 void ProfileCompilationInfo::DexFileData::WriteMethods(SafeBuffer& buffer) const { in WriteMethods() function in art::ProfileCompilationInfo::DexFileData