Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc933 uint32_t expected_bytes_read = line_header.class_set_size * sizeof(uint16_t); in ReadClasses() local
934 if (total_bytes_read != expected_bytes_read) { in ReadClasses()