Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h453 bool ReadMethods(SafeBuffer& buffer,
Dprofile_compilation_info.cc629 bool ProfileCompilationInfo::ReadMethods(SafeBuffer& buffer, in ReadMethods() function in art::ProfileCompilationInfo
816 if (!ReadMethods(buffer, number_of_dex_files, line_header, error)) { in ReadProfileLine()