Searched refs:CountUnreadBytes (Results 1 – 2 of 2) sorted by relevance
825 uint32_t unread_bytes_before_operation = buffer.CountUnreadBytes(); in ReadMethods()830 size_t expected_unread_bytes_after_operation = buffer.CountUnreadBytes() in ReadMethods()833 while (buffer.CountUnreadBytes() > expected_unread_bytes_after_operation) { in ReadMethods()853 uint32_t total_bytes_read = unread_bytes_before_operation - buffer.CountUnreadBytes(); in ReadMethods()864 size_t unread_bytes_before_op = buffer.CountUnreadBytes(); in ReadClasses()885 size_t total_bytes_read = unread_bytes_before_op - buffer.CountUnreadBytes(); in ReadClasses()939 size_t ProfileCompilationInfo::SafeBuffer::CountUnreadBytes() { in CountUnreadBytes() function in art::ProfileCompilationInfo::SafeBuffer972 if (safe_buffer_version.CountUnreadBytes() < kProfileVersionSize) { in ReadProfileHeader()1025 if (buffer.CountUnreadBytes() < kLineHeaderSize) { in ReadProfileLineHeader()1041 if (buffer.CountUnreadBytes() < profile_key_size) { in ReadProfileLineHeader()[all …]
826 size_t CountUnreadBytes();