HomeSort by relevance Sort by last modified time
    Searched refs:optimizing (Results 1 - 25 of 26) sorted by null

1 2

  /art/compiler/
Android.mk 100 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/
Android.oat.mk 34 # $(1): compiler - default, optimizing, jit or interpreter.
49 # With the optimizing compiler, we want to rerun dex2oat whenever there is
58 ifeq ($(1),optimizing)
59 core_compile_options += --compiler-backend=Optimizing
61 core_infix := -optimizing
70 ifneq ($(filter-out default interpreter jit optimizing,$(1)),)
72 $$(error found $(1) expected default, interpreter, jit or optimizing)
130 # $(1): compiler - default, optimizing, jit or interpreter.
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
150 $(eval $(call create-core-oat-host-rule-combination,optimizing,valgrind,32)
    [all...]
Android.gtest.mk 224 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/
Android.mk 175 # All host tests that run solely with the optimizing compiler.
176 .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_TEST_HOST_SUFFIX)
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_ART_PHONY_TEST_HOST_SUFFIX
    [all...]
  /external/v8/test/mjsunit/
regress-sync-optimized-lists.js 37 // Flush the optimizing compiler's queue.
math-exp-precision.js 61 // Make sure optimizing the function does not alter the result.
unicode-test.js     [all...]
  /art/test/
Android.run-test.mk 118 COMPILER_TYPES += optimizing
422 # Known broken tests for Quick's and Optimizing's ARM back ends.
445 # Known broken tests for the arm64 optimizing compiler backend.
448 ifneq (,$(filter optimizing,$(COMPILER_TYPES)))
450 optimizing,$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
456 # Known broken tests for the optimizing compiler.
459 ifneq (,$(filter optimizing,$(COMPILER_TYPES)))
461 optimizing,$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
466 # compiled with the optimizing compiler.
475 # Tests that should fail when the optimizing compiler compiles them non-debuggable
    [all...]
  /external/proguard/src/proguard/
ClassSpecificationVisitorFactory.java 50 * @param optimizing a flag that specifies whether the visitors
59 boolean optimizing,
72 (optimizing && !keepClassSpecification.allowOptimization) ||
  /external/v8/test/mjsunit/regress/
regress-fundecl.js 30 // Test hoisting of function declarations in the optimizing
regress-1106.js 30 // Test for issue 1106, where the optimizing compiler broke when accessing
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java 125 Class<? extends Executor> optimizing, Class<? extends Executor> interpreter) {
138 optimizing.getConstructor(BaseListener.class, Device.class);
  /external/v8/test/webkit/
dfg-integer-optimization.js 30 // optimizing the first to be an integer addition. The first one certainly is an integer addition,
dfg-inlining-reg-alloc.js 37 // enough to find some way of optimizing this code to be small enough to inline.
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 339 // let bindings are handled by the optimizing compiler.
  /frameworks/base/docs/html/
jd_collections.js 334 "distribute/essentials/optimizing-your-app.html"
640 "distribute/essentials/optimizing": {
641 "title": "Optimizing Your App",
    [all...]
  /external/v8/
Android.v8common.mk 170 src/optimizing-compiler-thread.cc \
  /external/libunwind/doc/
libunwind-dynamic.tex 56 are logically separate entities, optimizing code-generators will
  /frameworks/base/docs/html/training/
training_toc.cs 659 Optimizing Downloads for Efficient Network Access
    [all...]
  /external/bison/
configure     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 1421 milliseconds

1 2