Home
last modified time | relevance | path

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

123

/art/tools/
Djavac-helper.sh42 mode=target
50 --mode=host)
52 mode=host
54 --mode=target)
56 mode=target
58 --mode=jvm)
59 mode=jvm
61 --mode=*)
78 if [[ $mode == jvm ]]; then
Dbootjars.sh29 mode=target
43 mode=host
46 mode=target
55 if [[ $mode == target ]]; then
62 elif [[ $mode == host ]]; then
83 if [[ $mode == host ]]; then
111 if [[ $mode == target ]]; then
Drun-jdwp-tests.sh43 if [ "$var" = "conscrypt" ] && [ "$mode" = "target" ]; then
45 elif [ "$var" = "core-icu4j" ] && [ "$mode" = "target" ]; then
61 mode="target"
108 mode="host"
132 mode="ri"
254 if [[ $mode == "target" ]]; then
283 if [[ $mode == "ri" ]]; then
299 if [[ "$mode" == "host" ]]; then
309 if [[ $mode == "target" ]]; then
335 if [[ $mode == "ri" ]]; then
[all …]
Drun-libjdwp-tests.sh42 mode="target"
62 mode="ri"
64 elif [[ "$1" == --mode=host ]]; then
66 mode="host"
103 args+=(--mode=device)
Drun-libcore-tests.py126 if args.mode == "device" and args.gcstress:
134 if args.mode != "jvm":
150 if args.gcstress or args.debug or args.mode == "jvm":
156 if args.mode == "device":
159 if args.mode == "host":
165 if args.mode == "jvm":
174 if args.mode == "device":
183 if args.mode != "jvm":
229 if args.mode == "device":
Dbuild_linux_bionic.sh50 build/soong/soong_ui.bash --make-mode $soong_args nothing
90 json.dump(x, open(sys.argv[2], mode='w'))
98 build/soong/soong_ui.bash --make-mode --skip-make $soong_args $@
Dbuild_linux_bionic_tests.sh48 build/soong/soong_ui.bash --make-mode $soong_args "$@" test-art-host-run-test-dependencies build-ar…
67 json.dump(x, open(sys.argv[2], mode='w'))
98 build/soong/soong_ui.bash --make-mode --skip-make $soong_args "$@" ${bionic_targets[*]}
Drun-prebuilt-libjdwp-tests.sh45 elif [[ "$1" == --mode=* ]]; then
69 args+=(--mode=host)
Dlibcore_debug_failures.txt2 * This file contains expectations for ART's buildbot when running in debug mode
/art/oatdump/
Doatdump_test.h170 Mode mode,
183 if (mode == kModeSymbolize) {
196 if (mode == kModeArt) {
208 } else if (mode == kModeOatWithBootImage) {
218 } else if (mode == kModeAppImage) {
229 } else if (mode == kModeCoreOat) {
233 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat));
354 if (mode == kModeSymbolize) {
/art/build/apex/
Druntests.sh45 --dumpvar-mode TARGET_FLATTEN_APEX) \
49 --dumpvar-mode PRODUCT_COMPRESSED_APEX) \
61 build/soong/soong_ui.bash --make-mode deapexer debugfs_static-host || \
112 say "Building $@" && build/soong/soong_ui.bash --make-mode "$@" || die "Cannot build $@"
/art/test/616-cha-unloading/src-art/
DMain.java96 private static CHAUnloaderRetType targetMethodForJit(int mode) in targetMethodForJit() argument
99 if (mode == 0) { in targetMethodForJit()
101 } else if (mode == 1) { in targetMethodForJit()
/art/runtime/
Dcompiler_callbacks.h79 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
Dmutator_gc_coord.md13 heap and associated data structures. Mutators hold the lock in reader or shared mode
15 holds the lock in writer or exclusive mode while it needs the heap data
26 mutator lock in shared mode, it is expected to regularly execute such a suspend
91 exclusively, and in a small number of cases, it is acquired in shared mode, e.g.
97 `ReaderWriterMutex` in shared mode. Thus any thread acquiring the lock in exclusive mode
101 Logically the mutator lock is held in shared/reader mode if ***either*** the
102 underlying reader-writer lock is held in shared mode, ***or*** if a mutator is in
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
21 # Checker runs the correct test for each compilation mode.
/art/runtime/mirror/
Dobject-readbarrier-inl.h44 CASMode mode, in CasField32() argument
58 return atomic_addr->CompareAndSet(old_value, new_value, mode, memory_order); in CasField32()
63 CASMode mode, in CasLockWord() argument
69 mode, in CasLockWord()
/art/dex2oat/dex/
Dquick_compiler_callbacks.h31 explicit QuickCompilerCallbacks(CompilerCallbacks::CallbackMode mode) in QuickCompilerCallbacks() argument
32 : CompilerCallbacks(mode), dex_files_(nullptr) {} in QuickCompilerCallbacks()
/art/test/638-checker-inline-caches/
Dinfo.txt1 Verify the use of inline caches in AOT mode.
/art/test/552-checker-primitive-typeprop/
Dinfo.txt2 in --debuggable mode.
/art/tools/golem/
Dbuild-target.sh233 if [[ $mode == "golem" ]]; then
330 if [[ $mode == "golem" ]]; then
354 execute build/soong/soong_ui.bash --make-mode "${j_arg}" "${make_target}"
/art/libartbase/base/
Datomic.h110 CASMode mode, in PACKED()
112 return mode == CASMode::kStrong in PACKED()
/art/test/958-methodhandle-stackframe/
Dinfo.txt3 an implementation detail and hence cannot be used with --mode=jvm.
/art/libartbase/base/unix_file/
Dfd_file.h48 FdFile(const std::string& path, int flags, mode_t mode, bool check_usage);
162 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java46 public DexRandomAccessFile(String filename, String mode) in DexRandomAccessFile() argument
48 super(filename, mode); in DexRandomAccessFile()
/art/test/
DREADME.chroot.md108 art/tools/run-libcore-tests.sh --mode=device --variant=X64
112 art/tools/run-libcore-tests.sh --mode=device --variant=X32
117 art/tools/run-libjdwp-tests.sh --mode=device --variant=X64
121 art/tools/run-libjdwp-tests.sh --mode=device --variant=X32

123