Home
last modified time | relevance | path

Searched refs:c10 (Results 1 – 9 of 9) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc173 " 24: f2c0 0c10 movt r12, #16\n"
187 " 50: f2c0 0c10 movt r12, #16\n"
220 " 1a: f2c0 0c10 movt r12, #16\n"
224 " 28: f2c0 0c10 movt r12, #16\n"
234 " 4c: f2c0 0c10 movt r12, #16\n"
238 " 5a: f2c0 0c10 movt r12, #16\n"
/art/test/115-native-bridge/src/
DNativeBridgeMain.java143 char c8, char c9, char c10); in charMethod() argument
/art/test/115-native-bridge/
Dnativebridge.cc178 jchar c7, jchar c8, jchar c9, jchar c10) { in trampoline_Java_Main_charMethod() argument
183 return fnPtr(env, klass, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10); in trampoline_Java_Main_charMethod()
/art/test/004-JniTest/src/
DMain.java204 char c8, char c9, char c10); in charMethod() argument
/art/test/dexdump/
Dall.txt565 000862: 7c10 |0001: not-int v0, v1
581 000882: 8c10 |0011: double-to-float v0, v1
612 0008c4: 5c10 0d00 |0014: iput-boolean v0, v1, LA;.sZ:Z // field@000d
Dcheckers.txt2538 0031bc: 5c10 0200 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
2730 003390: 5c10 0500 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
3346 003c10: 1a03 0200 |0426: const-string v3, "+" // string@0002
3469 003de0: 5c10 0600 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
6166 006208: 5c10 4400 |0006: iput-boolean v0, v1, Lcom/google/android/chec…
6955 006c10: 7110 9f00 0500 |0000: invoke-static {v5}, Ljava/lang/Integer;.numbe…
7118 006d9c: 5c10 4400 |0006: iput-boolean v0, v1, Lcom/google/android/chec…
Dall-dex-files.txt565 000862: 7c10 |0001: not-int v0, v1
581 000882: 8c10 |0011: double-to-float v0, v1
612 0008c4: 5c10 0d00 |0014: iput-boolean v0, v1, LA;.sZ:Z // field@000d
3179 0031bc: 5c10 0200 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
3371 003390: 5c10 0500 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
3987 003c10: 1a03 0200 |0426: const-string v3, "+" // string@0002
4110 003de0: 5c10 0600 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
6807 006208: 5c10 4400 |0006: iput-boolean v0, v1, Lcom/google/android/chec…
7596 006c10: 7110 9f00 0500 |0000: invoke-static {v5}, Ljava/lang/Integer;.numbe…
7759 006d9c: 5c10 4400 |0006: iput-boolean v0, v1, Lcom/google/android/chec…
Dbytecodes.txt583 000c10: 0003 0100 0200 0000 0102 |00b6: array-data (5 units)
/art/test/004-JniTest/
Djni_test.cc301 jchar c8, jchar c9, jchar c10) { in Java_Main_charMethod() argument
311 CHECK_EQ(c10, 3456); in Java_Main_charMethod()