Searched refs:mode (Results 1 - 15 of 15) sorted by relevance

/dalvik/vm/mterp/x86/
H A Dcvtfp_int.S5 * should be zero. Further, the rounding mode is to truncate. This model
18 fnstcw LOCAL0_OFFSET(%ebp) # remember original rounding mode
22 fldcw LOCAL0_OFFSET+2(%ebp) # set "to zero" rounding mode
29 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
/dalvik/vm/
H A DMisc.h62 * "local" mode prints a hex dump starting from offset 0 (roughly equivalent
65 * "mem" mode shows the actual memory address, and will offset the start
72 size_t length, HexDumpMode mode);
303 unsigned long utime; /* number of jiffies scheduled in user mode */
304 unsigned long stime; /* number of jiffies scheduled in kernel mode */
H A DCheckJni.cpp499 * r - jint (for release mode arguments)
621 } else if (ch == 'r') { // jint (release mode)
630 StringAppendF(&msg, "invalid release mode %d", releaseMode);
733 * Since we're dealing with objects, switch to "running" mode.
778 * Switches to "running" mode before performing checks.
811 * Verify that the "mode" argument passed to a primitive array Release
814 void checkReleaseMode(jint mode) { argument
815 if (mode != 0 && mode != JNI_COMMIT && mode !
1277 releaseGuardedPACopy(JNIEnv* env, jarray jarr, void* dataBuf, int mode) argument
1923 Check_ReleasePrimitiveArrayCritical(JNIEnv* env, jarray array, void* carray, jint mode) argument
[all...]
H A DMisc.cpp38 * If "mode" is kHexDumpLocal, we start at offset zero, and show a full
48 size_t length, HexDumpMode mode)
59 if (mode == kHexDumpLocal)
47 dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr, size_t length, HexDumpMode mode) argument
H A DJni.cpp68 The most common mode of operation is for a method to create zero or
1181 * There is absolutely no need to toggle the mode for correct behavior.
2368 * The spec says, "'mode' has no effect if 'elems' is not a copy of the
2374 _ctype##Array jarr, _ctype* elems, jint mode) \
2377 if (mode != JNI_COMMIT) { \
2608 static void ReleasePrimitiveArrayCritical(JNIEnv* env, jarray jarr, void* carray, jint mode) { argument
2609 if (mode != JNI_COMMIT) {
2786 * No threads allowed in zygote mode.
3352 * only be called in "zygote" mode, when we have one thread running.
/dalvik/vm/compiler/template/armv5te/
H A Dfooter.S61 str r2, [rSELF, #offThread_inJitCodeCache] @ set the new mode
79 ldr pc, .LdeadFood @ should not see this under self-verification mode
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S73 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
/dalvik/vm/compiler/codegen/arm/
H A DArchUtility.cpp54 int mode = (value & 0xf00) >> 8; local
56 switch(mode) {
/dalvik/tests/003-omnibus-opcodes/src/
H A DClasses.java43 java.math.RoundingMode mode = (java.math.RoundingMode) thisRef;
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
822 * This handler encapsulates heap memory ops for selfVerification mode.
889 * mode with base writeback.
1205 * we are arriving from thumb mode, lr will have its low bit set.
1567 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1643 str r2, [rSELF, #offThread_inJitCodeCache] @ set the new mode
1661 ldr pc, .LdeadFood @ should not see this under self-verification mode
H A DCompilerTemplateAsm-armv5te-vfp.S482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1089 * This handler encapsulates heap memory ops for selfVerification mode.
1158 * mode with base writeback.
1474 * we are arriving from thumb mode, lr will have its low bit set.
1836 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1912 str r2, [rSELF, #offThread_inJitCodeCache] @ set the new mode
1930 ldr pc, .LdeadFood @ should not see this under self-verification mode
H A DCompilerTemplateAsm-armv7-a-neon.S482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1089 * This handler encapsulates heap memory ops for selfVerification mode.
1158 * mode with base writeback.
1474 * we are arriving from thumb mode, lr will have its low bit set.
1836 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1912 str r2, [rSELF, #offThread_inJitCodeCache] @ set the new mode
1930 ldr pc, .LdeadFood @ should not see this under self-verification mode
H A DCompilerTemplateAsm-armv7-a.S482 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1089 * This handler encapsulates heap memory ops for selfVerification mode.
1158 * mode with base writeback.
1474 * we are arriving from thumb mode, lr will have its low bit set.
1836 str r2, [rSELF, #offThread_inJitCodeCache] @ set the mode properly
1912 str r2, [rSELF, #offThread_inJitCodeCache] @ set the new mode
1930 ldr pc, .LdeadFood @ should not see this under self-verification mode
/dalvik/vm/alloc/
H A DCopying.cpp2195 bool dvmHeapBeginMarkStep(GcMode mode)
2221 void dvmHeapSweepUnmarkedObjects(GcMode mode, int *numFreed, size_t *sizeFreed)
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S1249 * mode of filled-new-array.
1380 * mode of filled-new-array.
4564 * should be zero. Further, the rounding mode is to truncate. This model
4577 fnstcw LOCAL0_OFFSET(%ebp) # remember original rounding mode
4581 fldcw LOCAL0_OFFSET+2(%ebp) # set "to zero" rounding mode
4588 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
4627 * should be zero. Further, the rounding mode is to truncate. This model
4640 fnstcw LOCAL0_OFFSET(%ebp) # remember original rounding mode
4644 fldcw LOCAL0_OFFSET+2(%ebp) # set "to zero" rounding mode
4651 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
[all...]

Completed in 1317 milliseconds