Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc420 uint16_t last_method_index = 0; in Save() local
424 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() local
825 uint16_t method_index = last_method_index + diff_with_last_method_index; in ReadMethods()
826 last_method_index = method_index; in ReadMethods()