Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc129 uint32_t string_off = in FindMethodName() local
132 if (string_off >= header->file_size_) { in FindMethodName()
136 const uint8_t* str_data_ptr = begin + string_off; in FindMethodName()