Searched refs:GetOatMethod (Results 1 – 5 of 5) sorted by relevance
271 EXPORT const OatMethod GetOatMethod(uint32_t method_index) const;
2431 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { in GetOatMethod() function in art::OatFile::OatClass
509 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()557 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
482 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()491 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
281 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++), in WalkOatClass()705 uint32_t code_offset = oat_class.GetOatMethod(class_method_index).GetCodeOffset(); in DumpMethodAndOffsetAsJson()777 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()857 AddOffsets(oat_class.GetOatMethod(class_method_index)); in AddAllOffsets()1136 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()