Searched refs:GetOatMethodOffsets (Results 1 – 3 of 3) sorted by relevance
182 const OatMethodOffsets* GetOatMethodOffsets(uint32_t method_index) const;
1261 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethodOffsetsOffset()1268 const OatMethodOffsets* OatFile::OatClass::GetOatMethodOffsets(uint32_t method_index) const { in GetOatMethodOffsets() function in art::OatFile::OatClass1291 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethod()
796 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod()