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.cc2776 uint16_t last_method_index = 0; in WriteMethods() local
2783 DCHECK_GE(method_index, last_method_index); in WriteMethods()
2784 uint16_t diff_with_last_method_index = method_index - last_method_index; in WriteMethods()
2785 last_method_index = method_index; in WriteMethods()