Searched refs:getCompilerFilter (Results 1 – 12 of 12) sorted by relevance
59 String filter = getCompilerFilter(Main.class); in main()79 private static native String getCompilerFilter(Class<?> cls); in getCompilerFilter() method in Main
56 String filter = getCompilerFilter(loader.loadClass("art.ClassB")); in test()91 private static native String getCompilerFilter(Class cls); in getCompilerFilter() method in Main
62 String filter = getCompilerFilter(loader.loadClass("art.ClassB")); in test()130 private static native String getCompilerFilter(Class cls); in getCompilerFilter() method in Main
138 assertThat(params1.getCompilerFilter()).isEqualTo(params2.getCompilerFilter()); in testToBuilder()
111 public abstract @NonNull String getCompilerFilter(); in getCompilerFilter() method in DexoptStatus.DexContainerFileDexoptStatus
203 public @NonNull String getCompilerFilter() { in getCompilerFilter() method in DexoptParams
188 String filter = getCompilerFilter(Main.class); in main()338 private static native String getCompilerFilter(Class<?> cls); in getCompilerFilter() method in Main
182 DexoptResult.create(params.getCompilerFilter(), params.getReason(), results); in dexoptPackages()194 params.getCompilerFilter(), params.getReason(), filteredResults); in dexoptPackages()
196 fileStatus.getCompilerFilter(), fileStatus.getCompilationReason(), in dumpFileStatuses()
116 String compilerFilter = adjustCompilerFilter(mParams.getCompilerFilter(), dexInfo); in dexopt()
133 method @NonNull public String getCompilerFilter();194 method @NonNull public abstract String getCompilerFilter();
481 assertThat(status.getCompilerFilter()).isEqualTo("error"); in testGetDexoptStatusNonFatalError()