Home
last modified time | relevance | path

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

12

/art/tools/
Dbuildbot-build.sh40 mode="target"
47 mode="host"
50 mode="target"
70 if [[ $mode == "host" ]]; then
74 elif [[ $mode == "target" ]]; then
Dbootjars.sh29 mode=target
43 mode=host
46 mode=target
55 if [[ $mode == target ]]; then
62 elif [[ $mode == host ]]; then
Djavac-helper.sh39 mode=target
47 --mode=host)
50 --mode=target)
Ddesugar.sh48 mode=target
56 --mode=host)
59 --mode=target)
Dlibcore_gcstress_debug_failures.txt2 * This file contains expectations for ART's buildbot when running gcstress in debug mode.
/art/runtime/interpreter/mterp/x86/
Dcvtfp_int.S18 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/
Doatdump_test.h83 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()
DAndroid.bp66 // We need this because GC stress mode makes use of
96 // We need this because GC stress mode makes use of
/art/runtime/
Dcompiler_callbacks.h66 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
/art/compiler/dex/
Dquick_compiler_callbacks.h30 explicit QuickCompilerCallbacks(CompilerCallbacks::CallbackMode mode) in QuickCompilerCallbacks() argument
31 : CompilerCallbacks(mode) {} in QuickCompilerCallbacks()
/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/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/dex2oat/
DAndroid.bp37 // 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/
Dinfo.txt3 an implementation detail and hence cannot be used with --mode=jvm.
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java46 public DexRandomAccessFile(String filename, String mode) in DexRandomAccessFile() argument
48 super(filename, mode); in DexRandomAccessFile()
/art/tools/jfuzz/
Drun_jfuzz_test.py46 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/
Ddefault-build251 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/
Dfd_file.h46 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);
Dfd_file.cc56 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/
Dbuild-target.sh237 if [[ $mode == "golem" ]]; then
332 if [[ $mode == "golem" ]]; then
/art/test/800-smali/smali/
Db_22331663_pass.smali17 # Do an allocation here. This will force heap checking in gcstress mode.
/art/tools/common/
Dcommon.py199 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/
Devents.cc709 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/
DREADME.md29 If used in device mode, the command has to exec a dalvikvm instance. Bisection
61 --64 x64 mode

12