Home
last modified time | relevance | path

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

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