Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc482 uint16_t diff_with_last_class_index = class_id.index_ - last_class_index; in Save() local
484 AddUintToBuffer(&buffer, diff_with_last_class_index); in Save()
872 uint16_t diff_with_last_class_index; in ReadClasses() local
873 READ_UINT(uint16_t, buffer, diff_with_last_class_index, error); in ReadClasses()
874 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses()