/art/tools/ |
D | javac-helper.sh | 42 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
|
D | bootjars.sh | 29 mode=target 43 mode=host 46 mode=target 55 if [[ $mode == target ]]; then 62 elif [[ $mode == host ]]; then 80 if [[ $mode == target ]]; then 82 elif [[ $mode == host ]]; then
|
D | buildbot-build.sh | 37 mode="target" 44 mode="host" 47 mode="target" 66 if [[ $mode == "host" ]]; then 70 elif [[ $mode == "target" ]]; then
|
D | run-jdwp-tests.sh | 87 mode="target" 105 mode="host" 134 mode="ri" 237 if [[ $mode == "target" ]]; then 256 if [[ $mode == "ri" ]]; then 272 if [[ "$mode" == "host" ]]; then 282 if [[ $mode == "target" ]]; then 308 if [[ $mode == "ri" ]]; then 331 if [[ $mode == "host" ]]; then 360 if [[ $mode != "ri" ]]; then [all …]
|
D | run-libjdwp-tests.sh | 31 mode="target" 50 mode="ri" 52 elif [[ "$1" == --mode=host ]]; then 54 mode="host" 84 args+=(--mode=device)
|
D | build_linux_bionic.sh | 46 build/soong/soong_ui.bash --make-mode "$@" 84 json.dump(x, open(sys.argv[2], mode='w')) 89 build/soong/soong_ui.bash --make-mode --skip-make $@
|
D | build_linux_bionic_tests.sh | 41 build/soong/soong_ui.bash --make-mode "$@" test-art-host-run-test-dependencies build-art-host-tests 60 json.dump(x, open(sys.argv[2], mode='w')) 90 build/soong/soong_ui.bash --make-mode --skip-make "$@" ${bionic_targets[*]}
|
D | run-prebuilt-libjdwp-tests.sh | 45 elif [[ "$1" == --mode=* ]]; then 69 args+=(--mode=host)
|
/art/oatdump/ |
D | oatdump_test.h | 161 Mode mode, in Exec() argument 173 if (mode == kModeSymbolize) { in Exec() 186 if (mode == kModeArt) { in Exec() 198 } else if (mode == kModeOatWithBootImage) { in Exec() 208 } else if (mode == kModeAppImage) { in Exec() 219 } else if (mode == kModeCoreOat) { in Exec() 222 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat)); in Exec() 331 if (mode == kModeSymbolize) { in Exec()
|
/art/test/616-cha-unloading/src-art/ |
D | Main.java | 96 private static CHAUnloaderRetType targetMethodForJit(int mode) in targetMethodForJit() argument 99 if (mode == 0) { in targetMethodForJit() 101 } else if (mode == 1) { in targetMethodForJit()
|
/art/runtime/ |
D | compiler_callbacks.h | 79 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 20 # 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/ |
D | object-readbarrier-inl.h | 44 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/ |
D | quick_compiler_callbacks.h | 31 explicit QuickCompilerCallbacks(CompilerCallbacks::CallbackMode mode) in QuickCompilerCallbacks() argument 32 : CompilerCallbacks(mode), dex_files_(nullptr) {} in QuickCompilerCallbacks()
|
/art/test/638-checker-inline-caches/ |
D | info.txt | 1 Verify the use of inline caches in AOT mode.
|
/art/test/552-checker-primitive-typeprop/ |
D | info.txt | 2 in --debuggable mode.
|
/art/tools/golem/ |
D | build-target.sh | 233 if [[ $mode == "golem" ]]; then 326 if [[ $mode == "golem" ]]; then 350 execute build/soong/soong_ui.bash --make-mode "${j_arg}" "${make_target}"
|
/art/libartbase/base/ |
D | atomic.h | 110 CASMode mode, in PACKED() 112 return mode == CASMode::kStrong in PACKED()
|
/art/test/958-methodhandle-stackframe/ |
D | info.txt | 3 an implementation detail and hence cannot be used with --mode=jvm.
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 46 FdFile(const std::string& path, int flags, mode_t mode, bool check_usage); 150 bool Open(const std::string& file_path, int flags, mode_t mode);
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | DexRandomAccessFile.java | 46 public DexRandomAccessFile(String filename, String mode) in DexRandomAccessFile() argument 48 super(filename, mode); in DexRandomAccessFile()
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 45 def GetExecutionModeRunner(dexer, debug_info, device, mode): argument 58 if mode == 'ri': 60 if mode == 'hint': 62 if mode == 'hopt': 64 if mode == 'tint': 66 if mode == 'topt':
|
/art/tools/build/ |
D | var_cache.sh | 110 var_values="$(cd "$top" && "$top"/build/soong/soong_ui.bash --dumpvars-mode -vars="$flat_vars")"
|
/art/test/800-smali/smali/ |
D | b_22331663_pass.smali | 17 # Do an allocation here. This will force heap checking in gcstress mode.
|
/art/tools/common/ |
D | common.py | 191 outf = open(out, mode='w') 194 errf = open(err, mode='w') 403 with NamedTemporaryFile(mode='w') as temp_file: 410 with NamedTemporaryFile(mode='w') as temp_file:
|