Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc765 uint32_t total_bytes_read = unread_bytes_before_operation - buffer.CountUnreadBytes(); in ReadMethods() local
766 if (total_bytes_read != line_header.method_region_size_bytes) { in ReadMethods()
795 size_t total_bytes_read = unread_bytes_before_op - buffer.CountUnreadBytes(); in ReadClasses() local
797 if (total_bytes_read != expected_bytes_read) { in ReadClasses()