Searched refs:GetOatClassOffset (Results 1 – 3 of 3) sorted by relevance
514 uint32_t GetOatClassOffset(uint16_t class_def_index) const;
2090 uint32_t OatDexFile::GetOatClassOffset(uint16_t class_def_index) const { in GetOatClassOffset() function in art::OatDexFile2112 uint32_t oat_class_offset = GetOatClassOffset(class_def_index); in GetOatClass()
912 uint32_t oat_class_offset = oat_dex_file.GetOatClassOffset(class_def_index); in DumpOatDexFile()