Searched refs:GetOatMethod (Results 1 – 5 of 5) sorted by relevance
175 oat_class.GetOatMethod(method_index), dex_file); in TEST_F()179 oat_class.GetOatMethod(method_index), dex_file); in TEST_F()
187 const OatMethod GetOatMethod(uint32_t method_index) const;
572 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const { in GetOatMethod() function in art::OatFile::OatClass
2429 *oat_method = oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()2509 return oat_class.GetOatMethod(oat_method_idx).GetQuickCode(); in GetQuickOatCodeFor()2520 return oat_class.GetOatMethod(oat_method_idx).GetPortableCode(); in GetPortableOatCodeFor()2585 OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index); in FixupStaticTrampolines()2642 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(method_index); in LinkCode()
294 return oat_class.GetOatMethod(method_index).GetQuickCode(); in GetQuickOatCode()329 AddOffsets(oat_class.GetOatMethod(class_method_index++)); in AddAllOffsets()333 AddOffsets(oat_class.GetOatMethod(class_method_index++)); in AddAllOffsets()474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()