Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc466 uint16_t last_method_index = 0; in Save() local
470 DCHECK_GE(method_it.first, last_method_index); in Save()
471 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save()
472 last_method_index = method_it.first; in Save()
832 uint16_t last_method_index = 0; in ReadMethods() local
839 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()
840 last_method_index = method_index; in ReadMethods()