Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h953 bool ReadProfileIndex(SafeBuffer& safe_buffer, ProfileIndexType* value) const;
Dprofile_compilation_info.cc2265 SafeBuffer& safe_buffer, ProfileIndexType* value) const { in ReadProfileIndex() argument
2267 return safe_buffer.ReadUintAndAdvance<ProfileIndexType>(value); in ReadProfileIndex()
2270 bool result = safe_buffer.ReadUintAndAdvance<ProfileIndexTypeRegular>(&out); in ReadProfileIndex()