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

1 2

  /art/test/961-default-iface-resolution-gen/
run 17 # Run with a 2 minute default dex2oat timeout and a 2.5 minute hard dex2oat timeout.
18 ./default-run "$@" --dex2oat-timeout 120 --dex2oat-rt-timeout 180
  /art/test/071-dexfile-map-clean/
run 17 # Run without dex2oat so that we don't create oat/vdex files
31 ./default-run "$@" --no-dex2oat --sync
  /art/dex2oat/include/
dex2oat_return_codes.h 21 namespace dex2oat { namespace in namespace:art
26 kCreateRuntime = 2, // Dex2oat failed creating a runtime. This may be indicative
30 } // namespace dex2oat
  /art/test/667-jit-jni-stub/
run 19 ${RUN} "${@}" --no-prebuild --no-dex2oat --runtime-option -Xjitinitialsize:32M
  /frameworks/native/cmds/installd/
dexopt_return_codes.h 58 return "exec(dex2oat)";
73 inline const char* get_dex2oat_return_code_name(art::dex2oat::ReturnCode code) {
75 case art::dex2oat::ReturnCode::kNoFailure:
76 return "dex2oat success";
77 case art::dex2oat::ReturnCode::kOther:
78 return "unspecified dex2oat error";
79 case art::dex2oat::ReturnCode::kCreateRuntime:
80 return "dex2oat failed to create a runtime";
86 // exit codes) as well as art::dex2oat::ReturnCode.
105 case static_cast<int>(art::dex2oat::ReturnCode::kNoFailure)
    [all...]
otapreopt.cpp 456 cmd.push_back("/system/bin/dex2oat");
470 AddCompilerOptionFromSystemProperty("dalvik.vm.image-dex2oat-Xms",
474 AddCompilerOptionFromSystemProperty("dalvik.vm.image-dex2oat-Xmx",
478 AddCompilerOptionFromSystemProperty("dalvik.vm.image-dex2oat-filter",
485 system_properties_.GetProperty("dalvik.vm.image-dex2oat-flags");
492 AddCompilerOptionFromSystemProperty("dalvik.vm.image-dex2oat-threads",
607 static_cast<int>(art::dex2oat::ReturnCode::kCreateRuntime)) {
    [all...]
  /art/test/677-fsi2/
run 21 echo "Run without dex2oat"
22 ${RUN} $@ --no-dex2oat --runtime-option -Xonly-use-system-oat-files
  /art/test/119-noimage-patchoat/
run 33 echo "Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false"
34 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat \
39 echo "Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false -Xno-dex-file-fallback"
40 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat \
46 echo "Run -Ximage-dex2oat"
47 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
  /art/test/118-noimage-dex2oat/
run 23 echo "Test 118-noimage-dex2oat cannot run in prebuild mode."
30 echo "Test 118-noimage-dex2oat is not intended to run in no-relocate mode."
49 echo "Run -Xnoimage-dex2oat"
50 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
54 echo "Run -Xnoimage-dex2oat -Xno-dex-file-fallback"
55 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat \
60 echo "Run -Ximage-dex2oat"
61 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
  /build/make/target/product/
runtime_libart.mk 63 dalvik.vm.image-dex2oat-Xms=64m \
64 dalvik.vm.image-dex2oat-Xmx=64m \
65 dalvik.vm.dex2oat-Xms=64m \
66 dalvik.vm.dex2oat-Xmx=512m \
99 dalvik.vm.dex2oat-minidebuginfo=true
  /art/dex2oat/
dex2oat.cc 190 // It seems only "/system/bin/dex2oat" is left, or not even that. Use a pretty line.
191 return "Starting dex2oat.";
217 UsageError("Usage: dex2oat [options]...");
446 UsageError(" --dex-file=src.dex then dex2oat will setup a PathClassLoader with classpath ");
503 const char* reason = "dex2oat watch dog thread startup";
517 const char* reason = "dex2oat watch dog thread shutdown";
539 // watchdog (PackageManagerService.WATCHDOG_TIMEOUT, 10 minutes), so that dex2oat will abort
549 ::art::SetThreadName("dex2oat watch dog");
581 const char* reason = "dex2oat watch dog thread waiting";
586 Fatal(StringPrintf("dex2oat did not finish after %" PRId64 " seconds"
3109 std::unique_ptr<Dex2Oat> dex2oat = std::make_unique<Dex2Oat>(&timings); local
    [all...]
  /build/make/core/
dex_preopt_libart.mk 9 DEX2OAT := $(HOST_OUT_EXECUTABLES)/dex2oat$(HOST_EXECUTABLE_SUFFIX)
12 DEX2OAT := $(HOST_OUT_EXECUTABLES)/dex2oatd$(HOST_EXECUTABLE_SUFFIX)
16 DEX2OAT_DEPENDENCY += $(DEX2OAT)
37 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
38 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
39 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
40 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
173 define dex2oat-one-file
186 ANDROID_LOG_TAGS="*:e" $(DEX2OAT) \
    [all...]
dex_preopt_libart_boot.mk 84 # An additional message to print on dex2oat failure.
85 DEX2OAT_FAILURE_MESSAGE := ERROR: Dex2oat failed to compile a boot image.
96 # Use dex2oat debug version for better error reporting
98 @echo "target dex2oat: $@"
105 $(hide) $(DEX2OAT_BOOT_IMAGE_LOG_TAGS) $(DEX2OAT) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
dex_preopt.mk 2 # dexpreopt support - typically used on user builds to run dexopt (for Dalvik) or dex2oat (for ART) ahead of time
35 # Conditional to building on linux, as dex2oat currently does not work on darwin.
84 $(call dex2oat-one-file,$(1),$(2))
dex_preopt_odex_install.mk 341 # Add dex2oat flag for debug-info/no-debug-info.
  /art/build/
Android.oat.mk 39 # Use dex2oat debug version for better error reporting
43 # $(4): dex2oat suffix, e.g, valgrind requires 32 right now.
56 core_dex2oat_dependency := $(DEX2OAT)
103 @echo "host dex2oat: $$@"
105 $$(hide) $(3) $$(DEX2OAT)$(4) --runtime-arg -Xms$(DEX2OAT_IMAGE_XMS) \
129 # $(3): dex2oat suffix.
152 valgrind-test-art-host-dex2oat-host: $(valgrindHOST_CORE_IMG_OUTS)
154 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
165 # With the optimizing compiler, we want to rerun dex2oat whenever there is
166 # a dex2oat change to catch regressions early
    [all...]
Android.common_path.mk 107 dex2oat \
  /external/perfetto/src/ftrace_reader/
cpu_reader_benchmark.cc 154 000007b0: 0000 0000 6465 7832 6f61 7400 3935 5f33 ....dex2oat.95_3
156 000007d0: 2f00 0103 341f 0000 6465 7832 6f61 7400 /...4...dex2oat.
171 000008c0: 0000 0000 6465 7832 6f61 7400 3935 5f33 ....dex2oat.95_3
173 000008e0: 2f00 0103 341f 0000 6465 7832 6f61 7400 /...4...dex2oat.
cpu_reader_unittest.cc     [all...]
  /art/test/etc/
default-build 84 if [ -d src-dex2oat-unresolved ]; then
389 javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -name '*.java'`
390 javac_with_bootclasspath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved -name '*.java'`
run-test-jar 23 DEX2OAT=""
78 # The normal dex2oat timeout.
80 # The *hard* timeout where we really start trying to kill the dex2oat.
89 # build step (e.g. dex2oat) were finished writing.
102 elif [ "x$1" = "x--dex2oat-rt-timeout" ]; then
105 echo "$0 missing argument to --dex2oat-rt-timeout" 1>&2
110 elif [ "x$1" = "x--dex2oat-timeout" ]; then
113 echo "$0 missing argument to --dex2oat-timeout" 1>&2
173 elif [ "x$1" = "x--no-dex2oat" ]; then
174 DEX2OAT="-Xcompiler:${FALSE_BIN}
    [all...]
  /art/test/
Android.run-test.mk 36 # We need dex2oat and dalvikvm on the target as well as the core images (all images as we sync
  /art/
Android.mk 350 dex2oat \
466 build-art-target-golem: dex2oat dalvikvm patchoat linker libstdc++ \
530 adb shell setprop dalvik.vm.dex2oat-filter \"\"
531 adb shell setprop dalvik.vm.image-dex2oat-filter \"\"
541 adb shell setprop dalvik.vm.dex2oat-filter \"\"
542 adb shell setprop dalvik.vm.image-dex2oat-filter \"\"
552 adb shell setprop dalvik.vm.dex2oat-filter "verify-at-runtime"
553 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-at-runtime"
563 adb shell setprop dalvik.vm.dex2oat-filter "interpret-only"
564 adb shell setprop dalvik.vm.image-dex2oat-filter "interpret-only
    [all...]
  /art/runtime/gc/space/
image_space.cc 119 std::string dex2oat(Runtime::Current()->GetCompilerExecutable());
120 arg_vector.push_back(dex2oat);
    [all...]
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 248 /system/bin/dex2oat(d)? u:object_r:dex2oat_exec:s0
250 # patchoat executable has (essentially) the same requirements as dex2oat.

Completed in 538 milliseconds

1 2