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

  /art/build/
Android.oat.mk 40 # $(1): compiler - optimizing, interpreter or interp-ac (interpreter-access-checks).
49 ifeq ($(1),optimizing)
50 core_compile_options += --compiler-backend=Optimizing
61 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),)
63 $$(error found $(1) expected interpreter, interp-ac, or optimizing)
109 # $(1): compiler - optimizing, interpreter or interp-ac (interpreter-access-checks).
118 $(eval $(call create-core-oat-host-rule-combination,optimizing))
125 # $(1): compiler - optimizing, interpreter or interp-ac (interpreter-access-checks).
134 ifeq ($(1),optimizing)
135 core_compile_options += --compiler-backend=Optimizing
    [all...]
  /art/
Android.mk 181 # All host tests that run solely with the optimizing compiler.
182 .PHONY: test-art-host-optimizing
183 test-art-host-optimizing: test-art-host-run-test-optimizing
206 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
207 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
229 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
230 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX
    [all...]
  /external/proguard/src/proguard/
ClassSpecificationVisitorFactory.java 50 * @param optimizing a flag that specifies whether the visitors
59 boolean optimizing,
72 (optimizing && !keepClassSpecification.allowOptimization) ||
  /art/test/
Android.run-test.mk 107 image_suffix:=optimizing
127 COMPILER_TYPES := jit interpreter optimizing regalloc_gc jit interp-ac speed-profile
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java 118 private void addExecutorsForArchitecture(Device device, Class<? extends Executor> optimizing,
127 optimizing.getConstructor(BaseListener.class, Device.class);
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
ServerSafeHandle.cs 68 // but server shutdown isn't worth optimizing right now.
  /art/test/testrunner/
testrunner.py 34 "-t test-art-host-run-test-debug-prebuild-optimizing-relocate-ntrace-cms-checkjni-picimage-ndebuggable-001-HelloWorld32"
41 For eg, for compiler type as optimizing, use --optimizing.
158 'optimizing', 'regalloc_gc', 'speed-profile', 'baseline'}
188 'compiler': {'optimizing',
429 if compiler == 'optimizing':
430 options_test += ' --optimizing'
432 options_test += ' --optimizing -Xcompiler-option --register-allocation-strategy=graph-color'
    [all...]
  /external/v8/src/
compiler.cc 19 #include "src/compiler-dispatcher/optimizing-compile-dispatcher.h"
79 Handle<AbstractCode> abstract_code, bool optimizing,
106 std::string name = optimizing ? "optimize" : "compile";
250 PrintF("[optimizing ");
605 PrintF("[aborted optimizing ");
625 PrintF(" ** Compilation queue full, will retry optimizing ");
634 PrintF(" ** High memory pressure, will retry optimizing ");
799 PrintF("[completed optimizing ");
810 PrintF("[aborted optimizing ");
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 56 are logically separate entities, optimizing code-generators will

Completed in 799 milliseconds