Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc3596 const uint8_t* str_data_ptr = OffsetToPtr(id.string_data_off_); in FindStringRangesForMethodNames() local
3597 DecodeUnsignedLeb128(&str_data_ptr); in FindStringRangesForMethodNames()
3598 return reinterpret_cast<const char*>(str_data_ptr); in FindStringRangesForMethodNames()