Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc2846 uint16_t last_type_index = 0u; in WriteClassSet() local
2848 DCHECK_GE(type_index.index_, last_type_index); in WriteClassSet()
2849 uint16_t diff_with_last_type_index = type_index.index_ - last_type_index; in WriteClassSet()
2850 last_type_index = type_index.index_; in WriteClassSet()