Home
last modified time | relevance | path

Searched refs:MethodIsNeverCompile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h94 EXPORT bool MethodIsNeverCompile(const DexFile& dex_file,
98 bool MethodIsNeverCompile(const DexFile& dex_file,
Ddex_file_annotations.cc1336 static bool MethodIsNeverCompile(const DexFile& dex_file, in MethodIsNeverCompile() function
1345 bool MethodIsNeverCompile(const DexFile& dex_file, in MethodIsNeverCompile() function
1353 return MethodIsNeverCompile(dex_file, *annotation_set); in MethodIsNeverCompile()
1356 bool MethodIsNeverCompile(const DexFile& dex_file, in MethodIsNeverCompile() function
1358 return MethodIsNeverCompile(dex_file, *dex_file.GetMethodAnnotationSetItem(method_annotations)); in MethodIsNeverCompile()
/art/dex2oat/driver/
Dcompiler_driver.cc510 } else if (annotations::MethodIsNeverCompile(dex_file, in CompileMethodQuick()
/art/runtime/
Dclass_linker.cc4150 annotations::MethodIsNeverCompile(dex_file, *method_annotations)) { in LoadMethod()