Searched defs:mode (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DArchUtility.cpp54 int mode = (value & 0xf00) >> 8; local
56 switch(mode) {
/dalvik/vm/
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 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 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.

Completed in 1047 milliseconds