Home
last modified time | relevance | path

Searched refs:optimizing (Results 1 – 25 of 98) sorted by relevance

1234

/art/compiler/
DAndroid.bp47 "optimizing/block_builder.cc",
48 "optimizing/bounds_check_elimination.cc",
49 "optimizing/builder.cc",
50 "optimizing/cha_guard_optimization.cc",
51 "optimizing/code_generator.cc",
52 "optimizing/code_generator_utils.cc",
53 "optimizing/code_sinking.cc",
54 "optimizing/constant_folding.cc",
55 "optimizing/constructor_fence_redundancy_elimination.cc",
56 "optimizing/data_type.cc",
[all …]
/art/test/401-optimizing-compiler/
Dinfo.txt1 A set of tests for the optimizing compiler. They will incrementally cover what the
2 optimizing compiler covers.
/art/build/
DAndroid.oat.mk54 ifeq ($(1),optimizing)
66 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),)
68 $$(error found $(1) expected interpreter, interpreter-access-checks, or optimizing)
139 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false))
142 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true))
148 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32,false))
163 ifeq ($(1),optimizing)
177 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),)
179 $$(error found $(1) expected interpreter, interpreter-access-checks, or optimizing)
242 $(eval $(call create-core-oat-target-rule-combination,optimizing,,))
[all …]
/art/
DAndroid.mk172 .PHONY: test-art-host-optimizing
173 test-art-host-optimizing: test-art-host-run-test-optimizing
196 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
197 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
219 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
220 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_A…
264 .PHONY: test-art-target-optimizing
265 test-art-target-optimizing: test-art-target-run-test-optimizing
288 .PHONY: test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX)
289 test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-optimizing$(ART…
[all …]
/art/test/524-boolean-simplifier-regression/
Dinfo.txt1 Regression test for optimizing boolean simplifier.
/art/test/447-checker-inliner3/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/441-checker-inliner/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/403-optimizing-long/
Dinfo.txt1 Tests long support on optimizing compiler.
/art/test/446-checker-inliner2/
Dinfo.txt1 Tests inlining in the optimizing compiler.
/art/test/442-checker-constant-folding/
Dinfo.txt1 Tests constant folding in the optimizing compiler.
/art/test/542-bitfield-rotates/
Dinfo.txt1 Tests bitfield rotate simplification in optimizing compiler.
/art/test/463-checker-boolean-simplifier/
Dinfo.txt1 Tests simplification of boolean NOT in optimizing compiler.
/art/test/458-checker-instruct-simplification/
Dinfo.txt1 Tests arithmetic identities optimizations in the optimizing compiler.
/art/test/564-checker-inline-loop/
Dinfo.txt1 Tests inlining of loops in the optimizing compiler.
/art/test/542-inline-trycatch/
Dinfo.txt1 Tests inlining in the optimizing compiler under try/catch.
/art/test/462-checker-inlining-dex-files/
Dinfo.txt1 Check our inlining heuristics across dex files in optimizing.
/art/test/557-checker-instruct-simplifier-ror/
Dinfo.txt1 Tests simplification of bitfield rotate patterns in optimizing compiler.
/art/test/404-optimizing-allocator/
Dinfo.txt1 Initial tests for testing the optimizing compiler's register allocator.
/art/test/405-optimizing-long-allocator/
Dinfo.txt1 Tests with long for the optimizing compiler's register allocator.
/art/test/705-register-conflict/
Dinfo.txt1 Tests if blocked fp register work correctly on optimizing compiler.
/art/test/564-checker-irreducible-loop/
Dinfo.txt1 Regression test for optimizing in the presence of
/art/test/459-dead-phi/
Dinfo.txt1 Regression test for optimizing when it is building the SSA form.
/art/test/501-null-constant-dce/
Dinfo.txt1 Regression test for the optimizing compiler. See comment in smali file.
/art/test/571-irreducible-loop/
Dinfo.txt1 Regression test for optimizing in the presence of
/art/test/565-checker-irreducible-loop/
Dinfo.txt1 Regression test for optimizing in the presence of

1234