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

/art/oatdump/
H A Doatdump.cc136 const uint8_t* text_begin = oat_file_->Begin() + rodata_size; local
137 const size_t text_size = oat_file_->End() - text_begin;
142 text->WriteFully(text_begin, text_size);

Completed in 95 milliseconds