Home
last modified time | relevance | path

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

12

/art/tools/
Dbuildbot-build.sh35 mode="target"
42 mode="host"
45 mode="target"
61 if [[ $mode == "host" ]]; then
65 elif [[ $mode == "target" ]]; then
Dlibcore_failures.txt24 description: "Differences between vogar and cts. Passes with --mode activity",
108 description: "Test sometimes timeouts on volantis, and on most modes in debug mode",
193 description: "Only work with --mode=activity",
/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/runtime/
Dcompiler_callbacks.h57 explicit CompilerCallbacks(CallbackMode mode) : mode_(mode) { } in CompilerCallbacks() argument
Dcheck_jni.cc835 bool CheckReleaseMode(jint mode) { in CheckReleaseMode() argument
836 if (mode != 0 && mode != JNI_COMMIT && mode != JNI_ABORT) { in CheckReleaseMode()
837 AbortF("unknown value for release mode: %d", mode); in CheckReleaseMode()
1442 int mode) { in ReleaseGuardedPACopy() argument
1449 if (mode != JNI_ABORT) { in ReleaseGuardedPACopy()
1452 if (mode != JNI_COMMIT) { in ReleaseGuardedPACopy()
2452 jint mode) { \
2453 ReleasePrimitiveArrayElements(__FUNCTION__, ptype, env, array, elems, mode); \
2528 static void ReleasePrimitiveArrayCritical(JNIEnv* env, jarray array, void* carray, jint mode) { in ReleasePrimitiveArrayCritical() argument
2532 JniValueType args[4] = {{.E = env}, {.a = array}, {.p = carray}, {.r = mode}}; in ReleasePrimitiveArrayCritical()
[all …]
Djni_internal.cc1978 jint mode) { in ReleasePrimitiveArrayCritical() argument
1988 ReleasePrimitiveArray(soa, array.Ptr(), component_size, elements, mode); in ReleasePrimitiveArrayCritical()
2024 jint mode) { in ReleaseBooleanArrayElements() argument
2026 mode); in ReleaseBooleanArrayElements()
2029 static void ReleaseByteArrayElements(JNIEnv* env, jbyteArray array, jbyte* elements, jint mode) { in ReleaseByteArrayElements() argument
2030 ReleasePrimitiveArray<jbyteArray, jbyte, mirror::ByteArray>(env, array, elements, mode); in ReleaseByteArrayElements()
2033 static void ReleaseCharArrayElements(JNIEnv* env, jcharArray array, jchar* elements, jint mode) { in ReleaseCharArrayElements() argument
2034 ReleasePrimitiveArray<jcharArray, jchar, mirror::CharArray>(env, array, elements, mode); in ReleaseCharArrayElements()
2038 jint mode) { in ReleaseDoubleArrayElements() argument
2039 ReleasePrimitiveArray<jdoubleArray, jdouble, mirror::DoubleArray>(env, array, elements, mode); in ReleaseDoubleArrayElements()
[all …]
/art/compiler/dex/
Dquick_compiler_callbacks.h30 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/runtime/openjdkjvmti/
Devents.cc375 jvmtiEventMode mode) { in SetEvent() argument
388 if (mode != JVMTI_ENABLE && mode != JVMTI_DISABLE) { in SetEvent()
402 if (mode == JVMTI_ENABLE) { in SetEvent()
406 DCHECK_EQ(mode, JVMTI_DISABLE); in SetEvent()
416 HandleEventType(event, mode == JVMTI_ENABLE); in SetEvent()
Devents.h157 jvmtiEventMode mode);
/art/test/638-checker-inline-caches/
Dinfo.txt1 Verify the use of inline caches in AOT mode.
/art/oatdump/
Doatdump_test.cc80 Mode mode, in Exec() argument
91 if (mode == kModeSymbolize) { in Exec()
109 if (mode == kModeArt) { in Exec()
117 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat)); in Exec()
196 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/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/runtime/base/unix_file/
Dfd_file.h46 FdFile(const std::string& path, int flags, mode_t mode, bool checkUsage);
169 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()
134 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open() argument
138 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/tools/bisection_search/
DREADME.md29 If used in device mode, the command has to exec a dalvikvm instance. Bisection
61 --64 x64 mode
/art/test/134-nodex2oat-nofallback/
Dexpected.txt7 Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.
38 Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.

12