Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h535 const uint8_t* GetDebugInfoStream(uint32_t debug_info_off) const { in GetDebugInfoStream() argument
539 return (debug_info_off == 0 || debug_info_off >= data_size_) in GetDebugInfoStream()
541 : DataBegin() + debug_info_off; in GetDebugInfoStream()