/art/tools/ |
D | buildbot-build.sh | 40 mode="target" 47 mode="host" 50 mode="target" 70 if [[ $mode == "host" ]]; then 74 elif [[ $mode == "target" ]]; then
|
D | bootjars.sh | 29 mode=target 43 mode=host 46 mode=target 55 if [[ $mode == target ]]; then 62 elif [[ $mode == host ]]; then
|
D | javac-helper.sh | 39 mode=target 47 --mode=host) 50 --mode=target)
|
D | desugar.sh | 48 mode=target 56 --mode=host) 59 --mode=target)
|
D | libcore_gcstress_debug_failures.txt | 2 * This file contains expectations for ART's buildbot when running gcstress in debug mode.
|
/art/runtime/interpreter/mterp/x86/ |
D | cvtfp_int.S | 18 fnstcw LOCAL0(%esp) # remember original rounding mode 22 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode 29 fldcw LOCAL0(%esp) # restore previous rounding mode
|
/art/oatdump/ |
D | oatdump_test.h | 83 Mode mode, in Exec() argument 94 if (mode == kModeSymbolize) { in Exec() 112 if (mode == kModeArt) { in Exec() 120 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat)); in Exec() 199 if (mode == kModeSymbolize) { in Exec()
|
D | Android.bp | 66 // We need this because GC stress mode makes use of 96 // We need this because GC stress mode makes use of
|
/art/runtime/ |
D | compiler_callbacks.h | 66 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
|
/art/compiler/dex/ |
D | quick_compiler_callbacks.h | 30 explicit QuickCompilerCallbacks(CompilerCallbacks::CallbackMode mode) in QuickCompilerCallbacks() argument 31 : CompilerCallbacks(mode) {} in QuickCompilerCallbacks()
|
/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/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/dex2oat/ |
D | Android.bp | 37 // SANITIZE_TARGET mode. 90 // We need this because GC stress mode makes use of 120 // We need this because GC stress mode makes use of
|
/art/test/958-methodhandle-stackframe/ |
D | info.txt | 3 an implementation detail and hence cannot be used with --mode=jvm.
|
/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 | 46 def GetExecutionModeRunner(use_dx, device, mode): argument 58 if mode == 'ri': 60 if mode == 'hint': 62 if mode == 'hopt': 64 if mode == 'tint': 66 if mode == 'topt':
|
/art/test/etc/ |
D | default-build | 251 local desugar_args=--mode=host 253 desugar_args=--mode=target 265 local javac_args=--mode=host 267 javac_args=--mode=target
|
/art/runtime/base/unix_file/ |
D | fd_file.h | 46 FdFile(const std::string& path, int flags, mode_t mode, bool checkUsage); 175 bool Open(const std::string& file_path, int flags, mode_t mode);
|
D | fd_file.cc | 56 FdFile::FdFile(const std::string& path, int flags, mode_t mode, bool check_usage) in FdFile() argument 58 Open(path, flags, mode); in FdFile() 135 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open() argument 139 fd_ = TEMP_FAILURE_RETRY(open(path.c_str(), flags, mode)); in Open()
|
/art/tools/golem/ |
D | build-target.sh | 237 if [[ $mode == "golem" ]]; then 332 if [[ $mode == "golem" ]]; then
|
/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 | 199 outf = open(out, mode='w') 202 errf = open(err, mode='w') 407 with NamedTemporaryFile(mode='w') as temp_file: 414 with NamedTemporaryFile(mode='w') as temp_file:
|
/art/runtime/openjdkjvmti/ |
D | events.cc | 709 jvmtiEventMode mode) { in SetEvent() argument 722 if (mode != JVMTI_ENABLE && mode != JVMTI_DISABLE) { in SetEvent() 736 if (mode == JVMTI_ENABLE) { in SetEvent() 740 DCHECK_EQ(mode, JVMTI_DISABLE); in SetEvent() 750 HandleEventType(event, mode == JVMTI_ENABLE); in SetEvent()
|
/art/tools/bisection_search/ |
D | README.md | 29 If used in device mode, the command has to exec a dalvikvm instance. Bisection 61 --64 x64 mode
|