Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc436 uint16_t diff_with_last_class_index = class_id.index_ - last_class_index; in Save() local
438 AddUintToBuffer(&buffer, diff_with_last_class_index); in Save()
858 uint16_t diff_with_last_class_index; in ReadClasses() local
859 READ_UINT(uint16_t, buffer, diff_with_last_class_index, error); in ReadClasses()
860 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses()