Home
last modified time | relevance | path

Searched refs:dex2oat (Results 1 – 24 of 24) sorted by relevance

/art/test/119-noimage-patchoat/
Dexpected.txt1 Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false
3 Has image is false, is image dex2oat enabled is false.
4 Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false -Xno-dex-file-fallback
6 Run -Ximage-dex2oat
8 Has image is true, is image dex2oat enabled is true.
11 Has image is true, is image dex2oat enabled is true.
Drun34 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
38 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin…
42 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
/art/test/118-noimage-dex2oat/
Dexpected.txt1 Run -Xnoimage-dex2oat
3 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false.
5 Run -Xnoimage-dex2oat -Xno-dex-file-fallback
7 Run -Ximage-dex2oat
9 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
13 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
Drun50 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
54 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runt…
58 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
Dinfo.txt1 Test that disables dex2oat'ing the image.
/art/test/117-nopatchoat/
Dexpected.txt1 Run without dex2oat/patchoat
3 dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
7 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
11 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
/art/dex2oat/
DAndroid.bp24 name: "dex2oat-defaults",
27 srcs: ["dex2oat.cc"],
31 // Use the 32-bit version of dex2oat on devices
35 // ASan slows down dex2oat by ~3.5x, which translates into
53 name: "dex2oat",
55 "dex2oat-defaults",
69 "dex2oat-defaults",
83 defaults: ["dex2oat-defaults"],
112 "dex2oat-defaults",
Ddex2oat.cc1460 dex2oat::ReturnCode Setup() { in Setup()
1464 return dex2oat::ReturnCode::kOther; in Setup()
1476 return dex2oat::ReturnCode::kOther; in Setup()
1481 return dex2oat::ReturnCode::kOther; in Setup()
1497 return dex2oat::ReturnCode::kCreateRuntime; in Setup()
1569 return dex2oat::ReturnCode::kOther; in Setup()
1621 return dex2oat::ReturnCode::kOther; in Setup()
1655 return dex2oat::ReturnCode::kOther; in Setup()
1670 return dex2oat::ReturnCode::kOther; in Setup()
1677 return dex2oat::ReturnCode::kNoFailure; in Setup()
[all …]
Ddex2oat_test.cc888 EXPECT_EQ(static_cast<int>(dex2oat::ReturnCode::kCreateRuntime), WEXITSTATUS(status)) << output_; in TEST_F()
/art/test/116-nodex2oat/
Dexpected.txt3 Has oat is false, is dex2oat enabled is false.
6 Has oat is true, is dex2oat enabled is true.
9 Has oat is true, is dex2oat enabled is true.
Dinfo.txt1 Test that disables dex2oat'ing the application.
/art/test/071-dexfile-map-clean/
Drun31 ./default-run "$@" --no-dex2oat --sync
Dinfo.txt5 * and when dex2oat is not used
/art/build/
DAndroid.oat.mk151 valgrind-test-art-host-dex2oat-host: $(valgrindHOST_CORE_IMG_OUTS)
153 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
250 valgrind-test-art-host-dex2oat-target: $(valgrindTARGET_CORE_IMG_OUTS)
252 valgrind-test-art-host-dex2oat: valgrind-test-art-host-dex2oat-host valgrind-test-art-host-dex2oat-…
DAndroid.common_path.mk111 dex2oat \
/art/test/147-stripped-dex-fallback/
Drun24 ${RUN} ${flags} --strip-dex --no-dex2oat
/art/dex2oat/include/
Ddex2oat_return_codes.h21 namespace dex2oat {
/art/test/134-nodex2oat-nofallback/
Dinfo.txt1 Test that disables dex2oat'ing the application, and disable fallback. This is derived from test
/art/
DAndroid.bp26 "dex2oat",
DAndroid.mk391 build-art-target-golem: dex2oat dalvikvm patchoat linker libstdc++ \
448 adb shell setprop dalvik.vm.dex2oat-filter \"\"
/art/test/etc/
Ddefault-build57 if [ -d src-dex2oat-unresolved ]; then
201 …${JAVAC} ${JAVAC_ARGS} -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -nam…
202 …${JAVAC} ${JAVAC_ARGS} -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved -…
/art/tools/dexfuzz/
DREADME77 - ANDROID_DATA must be set, pointing to a location where dex2oat will place
/art/runtime/gc/space/
Dimage_space.cc113 std::string dex2oat(Runtime::Current()->GetCompilerExecutable()); in GenerateImage() local
114 arg_vector.push_back(dex2oat); in GenerateImage()
/art/runtime/
DAndroid.bp466 // We always build dex2oat and dependencies, even if the host build is otherwise disabled, since