Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dvdex_file.h170 bool HasTypeLookupTableSection() const { in HasTypeLookupTableSection() function
320 DCHECK(HasTypeLookupTableSection()); in TypeLookupTableDataBegin()
H A Dvdex_file.cc189 return HasTypeLookupTableSection() ? TypeLookupTableDataBegin() : nullptr; in GetNextTypeLookupTableData()