Searched refs:GetOatMethod (Results 1 – 6 of 6) sorted by relevance
224 const OatMethod GetOatMethod(uint32_t method_index) const;
470 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()518 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
2144 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { in GetOatMethod() function in art::OatFile::OatClass
3446 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines()3490 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index); in LinkCode()
449 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()458 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
278 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++), in WalkOatClass()739 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()855 AddOffsets(oat_class.GetOatMethod(class_method_index)); in AddAllOffsets()1130 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()