Searched refs:CountUnreadBytes (Results 1 – 2 of 2) sorted by relevance
811 uint32_t unread_bytes_before_operation = buffer.CountUnreadBytes(); in ReadMethods()816 size_t expected_unread_bytes_after_operation = buffer.CountUnreadBytes() in ReadMethods()819 while (buffer.CountUnreadBytes() > expected_unread_bytes_after_operation) { in ReadMethods()839 uint32_t total_bytes_read = unread_bytes_before_operation - buffer.CountUnreadBytes(); in ReadMethods()850 size_t unread_bytes_before_op = buffer.CountUnreadBytes(); in ReadClasses()869 size_t total_bytes_read = unread_bytes_before_op - buffer.CountUnreadBytes(); in ReadClasses()923 size_t ProfileCompilationInfo::SafeBuffer::CountUnreadBytes() { in CountUnreadBytes() function in art::ProfileCompilationInfo::SafeBuffer995 if (buffer.CountUnreadBytes() < kLineHeaderSize) { in ReadProfileLineHeader()1011 if (buffer.CountUnreadBytes() < dex_location_size) { in ReadProfileLineHeader()1049 if (buffer.CountUnreadBytes() < bytes) { in ReadProfileLine()[all …]
698 size_t CountUnreadBytes();