Home
last modified time | relevance | path

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

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