Searched refs:last_method_index (Results 1 – 1 of 1) sorted by relevance
420 uint16_t last_method_index = 0; in Save() local424 DCHECK_GE(method_it.first, last_method_index); in Save()425 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save()426 last_method_index = method_it.first; in Save()818 uint16_t last_method_index = 0; in ReadMethods() local825 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()826 last_method_index = method_index; in ReadMethods()