Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc425 uint16_t diff_with_last_method_index = method_it.first - last_method_index; in Save() local
427 AddUintToBuffer(&buffer, diff_with_last_method_index); in Save()
823 uint16_t diff_with_last_method_index; in ReadMethods() local
824 READ_UINT(uint16_t, buffer, diff_with_last_method_index, error); in ReadMethods()
825 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()