Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc172 const uint8_t* text_begin = oat_file_->Begin() + rodata_size; in Symbolize() local
173 const size_t text_size = oat_file_->End() - text_begin; in Symbolize()
176 text->WriteFully(text_begin, text_size); in Symbolize()