Searched refs:output_offset_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/
H A Derror_delaying_output_stream.h33 output_offset_(0) { }
41 << " bytes to " << GetLocation() << " at offset " << output_offset_;
45 output_offset_ += byte_count;
60 new_offset = output_offset_ + offset;
75 output_offset_ = new_offset;
96 off_t output_offset_; // Keep track of the current position in the stream. member in class:art::FINAL

Completed in 45 milliseconds