Searched refs:MethodIsNeverCompile (Results 1 – 4 of 4) sorted by relevance
94 EXPORT bool MethodIsNeverCompile(const DexFile& dex_file,98 bool MethodIsNeverCompile(const DexFile& dex_file,
1336 static bool MethodIsNeverCompile(const DexFile& dex_file, in MethodIsNeverCompile() function1345 bool MethodIsNeverCompile(const DexFile& dex_file, in MethodIsNeverCompile() function1353 return MethodIsNeverCompile(dex_file, *annotation_set); in MethodIsNeverCompile()1356 bool MethodIsNeverCompile(const DexFile& dex_file, in MethodIsNeverCompile() function1358 return MethodIsNeverCompile(dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in MethodIsNeverCompile()
510 } else if (annotations::MethodIsNeverCompile(dex_file, in CompileMethodQuick()
4150 annotations::MethodIsNeverCompile(dex_file, *method_annotations)) { in LoadMethod()