Home
last modified time | relevance | path

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

123

/art/compiler/
DAndroid.mk100 optimizing/boolean_simplifier.cc \
101 optimizing/builder.cc \
102 optimizing/bounds_check_elimination.cc \
103 optimizing/code_generator.cc \
104 optimizing/code_generator_arm.cc \
105 optimizing/code_generator_arm64.cc \
106 optimizing/code_generator_mips64.cc \
107 optimizing/code_generator_x86.cc \
108 optimizing/code_generator_x86_64.cc \
109 optimizing/code_generator_utils.cc \
[all …]
/art/build/
DAndroid.oat.mk58 ifeq ($(1),optimizing)
61 core_infix := -optimizing
70 ifneq ($(filter-out default interpreter jit optimizing,$(1)),)
72 $$(error found $(1) expected default, interpreter, jit or optimizing)
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
150 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32))
172 ifeq ($(1),optimizing)
175 core_infix := -optimizing
184 ifneq ($(filter-out default interpreter jit optimizing,$(1)),)
186 $$(error found $(1) expected default, interpreter, jit or optimizing)
[all …]
DAndroid.gtest.mk224 compiler/optimizing/bounds_check_elimination_test.cc \
225 compiler/optimizing/codegen_test.cc \
226 compiler/optimizing/dead_code_elimination_test.cc \
227 compiler/optimizing/constant_folding_test.cc \
228 compiler/optimizing/dominator_test.cc \
229 compiler/optimizing/find_loops_test.cc \
230 compiler/optimizing/graph_checker_test.cc \
231 compiler/optimizing/graph_test.cc \
232 compiler/optimizing/gvn_test.cc \
233 compiler/optimizing/linearize_test.cc \
[all …]
/art/
DAndroid.mk176 .PHONY: test-art-host-optimizing
177 test-art-host-optimizing: test-art-host-run-test-optimizing
200 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
201 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
223 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
224 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_A…
255 .PHONY: test-art-target-optimizing
256 test-art-target-optimizing: test-art-target-run-test-optimizing
279 .PHONY: test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX)
280 test-art-target-optimizing$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-optimizing$(ART…
[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/test/435-try-finally-without-catch/
Dinfo.txt17 art::CodeItem::tries_size_) and the optimizing compiler would have no
21 optimizing compiler considered this (these) as dead block(s) and
24 assertions. The optimizing compiler was thus adjusted to remove these
/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/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/442-checker-constant-folding/
Dinfo.txt1 Tests constant folding in the optimizing compiler.
/art/test/463-checker-boolean-simplifier/
Dinfo.txt1 Tests simplification of boolean NOT in optimizing compiler.
/art/test/458-checker-instruction-simplification/
Dinfo.txt1 Tests arithmetic identities optimizations in the optimizing compiler.
/art/test/462-checker-inlining-across-dex-files/
Dinfo.txt1 Check our inlining heuristics across dex files in optimizing.
/art/test/404-optimizing-allocator/
Dinfo.txt1 Initial tests for testing 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/405-optimizing-long-allocator/
Dinfo.txt1 Tests with long for the optimizing compiler's register allocator.
/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/514-shifts/
Dinfo.txt1 Regression test for optimizing that used to miscompile
/art/test/483-dce-block/
Dinfo.txt1 Regression test for optimizing that used to crash
/art/test/507-boolean-test/
Dinfo.txt1 Regression test for the optimizing compiler that used to
/art/test/402-optimizing-control-flow/
Dinfo.txt1 A set of tests for testing control flow instructions on the optimizing compiler.
/art/test/443-not-bool-inline/
Dinfo.txt1 Regression test for optimizing, who used a wrong instruction

123