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