Searched refs:last_method_index (Results 1 – 1 of 1) sorted by relevance
466 uint16_t last_method_index = 0; in Save() local470 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() local839 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()840 last_method_index = method_index; in ReadMethods()