Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc471 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save() local
473 AddUintToBuffer(&buffer, diff_with_last_method_index); in Save()
837 uint16_t diff_with_last_method_index; in ReadMethods() local
838 READ_UINT(uint16_t, buffer, diff_with_last_method_index, error); in ReadMethods()
839 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()