Searched refs:process_bytes_read (Results 1 – 1 of 1) sorted by relevance
230 size_t process_bytes_read = m_process.ReadMemoryFromInferior( in Read() local233 if (process_bytes_read == 0) in Read()236 if (process_bytes_read != cache_line_byte_size) { in Read()237 if (process_bytes_read < data_buffer_heap_up->GetByteSize()) { in Read()238 dst_len -= data_buffer_heap_up->GetByteSize() - process_bytes_read; in Read()239 bytes_left = process_bytes_read; in Read()241 data_buffer_heap_up->SetByteSize(process_bytes_read); in Read()