/dalvik/vm/mterp/c/ |
OP_AGET_WIDE.cpp | 1 HANDLE_OP_AGET(OP_AGET_WIDE, "-wide", s8, _WIDE)
|
OP_APUT_WIDE.cpp | 1 HANDLE_OP_APUT(OP_APUT_WIDE, "-wide", s8, _WIDE)
|
OP_IGET_WIDE.cpp | 1 HANDLE_IGET_X(OP_IGET_WIDE, "-wide", Long, _WIDE)
|
OP_IGET_WIDE_QUICK.cpp | 1 HANDLE_IGET_X_QUICK(OP_IGET_WIDE_QUICK, "-wide", Long, _WIDE)
|
OP_IPUT_WIDE.cpp | 1 HANDLE_IPUT_X(OP_IPUT_WIDE, "-wide", Long, _WIDE)
|
OP_IPUT_WIDE_QUICK.cpp | 1 HANDLE_IPUT_X_QUICK(OP_IPUT_WIDE_QUICK, "-wide", Long, _WIDE)
|
OP_SGET_WIDE.cpp | 1 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE)
|
OP_SPUT_WIDE.cpp | 1 HANDLE_SPUT_X(OP_SPUT_WIDE, "-wide", Long, _WIDE)
|
OP_IGET_WIDE_VOLATILE.cpp | 1 HANDLE_IGET_X(OP_IGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
OP_IPUT_WIDE_VOLATILE.cpp | 1 HANDLE_IPUT_X(OP_IPUT_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
OP_SGET_WIDE_VOLATILE.cpp | 1 HANDLE_SGET_X(OP_SGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
OP_SPUT_WIDE_VOLATILE.cpp | 1 HANDLE_SPUT_X(OP_SPUT_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
OP_MOVE_WIDE.cpp | 3 * "move-wide v6, v7" and "move-wide v7, v6" */ 6 ILOGV("|move-wide v%d,v%d %s(v%d=0x%08llx)", vdst, vsrc1,
|
OP_RETURN_WIDE.cpp | 3 ILOGV("|return-wide v%d", vsrc1);
|
/external/clang/test/PCH/ |
multiple_decls.h | 3 struct wide { int value; }; struct 4 int wide(char);
|
/external/clang/test/Sema/ |
string-init.c | 11 char a3[] = u"a"; // expected-error{{initializing char array with wide string literal}} 12 char a4[] = U"a"; // expected-error{{initializing char array with wide string literal}} 13 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} 15 wchar_t b1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} 16 wchar_t b2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} 17 wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} 18 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal} [all...] |
/dalvik/dx/tests/047-dex-wide-args/ |
expected.txt | 4 0001: move-wide v1, v11 6 0003: move-wide v4, v14 9 0006: move-wide v8, v1 14 000b: move-wide v8, v4 16 000d: move-wide v0, v6 17 000e: return-wide v0 20 0000: move-wide v0, v10 22 0002: move-wide v3, v13 24 0004: move-wide v6, v0 28 0008: move-wide v8, v [all...] |
/external/clang/test/SemaCXX/ |
string-init.cpp | 6 char a3[] = u"a"; // expected-error{{initializing char array with wide string literal}} 7 char a4[] = U"a"; // expected-error{{initializing char array with wide string literal}} 8 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} 10 wchar_t b1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} 11 wchar_t b2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} 12 wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} 13 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal} [all...] |
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
expected.txt | 4 0001: const-wide/16 v3, #long 0 // #0000 5 0003: move-wide v1, v3 6 0004: move-wide v3, v1 9 0007: aget-wide v5, v5, v6 11 000a: move-wide v1, v3
|
/dalvik/dx/tests/101-verify-wide-math/ |
info.txt | 1 This tests that wide-taking (category-2) "calculation" opcodes (math
|
/external/linux-tools-perf/scripts/perl/bin/ |
rw-by-pid-report | 2 # description: system-wide r/w activity
|
wakeup-latency-report | 2 # description: system-wide min/max/avg wakeup latency
|
/dalvik/dx/tests/044-dex-math-ops/ |
expected.txt | 4 0001: move-wide v1, v11 5 0002: move-wide v3, v13 7 0004: move-wide v6, v1 9 0006: iput-wide v6, v5, Blort.d:D 11 0009: move-wide v6, v1 12 000a: move-wide v8, v3 14 000c: iput-wide v6, v5, Blort.d:D 16 000f: move-wide v6, v1 17 0010: move-wide v8, v3 19 0012: iput-wide v6, v5, Blort.d: [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/ |
T_move_wide_16_1.d | 29 const-wide v0, 123 30 const-wide v2, 5678 32 move-wide/16 v4000, v0 33 move-wide/16 v4002, v2 35 move-wide/16 v4000, v4002 37 const-wide v4, 5678 39 move-wide/16 v0, v4000 40 move-wide/16 v2, v4002
|
/dalvik/dx/tests/118-find-usages/ |
expected.txt | 2 LFoo;.readStreamTokenizerNval: field reference (iget-wide) 3 LFoo;.writeStreamTokenizerNval: field reference (iput-wide)
|