Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_simplifier_test.cc156 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
175 HPhi* val_phi = MakePhi({c3, c4, c10}); in TEST_F()
248 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
267 HPhi* val_phi = MakePhi({c3, c3, c10}); in TEST_F()
333 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
351 HPhi* val_phi = MakePhi({c3, c10}); in TEST_F()
Dload_store_analysis_test.cc1080 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
1098 c10, in TEST_F()
1205 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
1210 HInstruction* write_entry = MakeIFieldSet(new_inst, c10, MemberOffset(32)); in TEST_F()
1286 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
1294 HInstruction* write_entry = MakeIFieldSet(new_inst, c10, MemberOffset(32)); in TEST_F()
Dload_store_elimination_test.cc3601 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
3613 HInstruction* store_left = MakeIFieldSet(new_inst, c10, MemberOffset(32)); in TEST_F()
3657 EXPECT_INS_EQ(merge_phi->InputAt(0), c10); in TEST_F()
3969 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
4000 HInstruction* store_noescape = MakeIFieldSet(new_inst, c10, MemberOffset(32)); in TEST_F()
4050 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(1), c10); in TEST_F()
7723 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
7742 HInstruction* write_right = MakeIFieldSet(new_inst, c10, MemberOffset(32)); in TEST_F()
7774 EXPECT_INS_EQ(pred_get->GetDefaultValue(), c10); in TEST_F()
7922 HInstruction* c10 = graph_->GetIntConstant(10); in TEST_F() local
[all …]
/art/test/115-native-bridge/src/
DNativeBridgeMain.java143 char c8, char c9, char c10); in charMethod() argument
/art/test/115-native-bridge/
Dnativebridge.cc177 jchar c7, jchar c8, jchar c9, jchar c10) { in trampoline_Java_Main_charMethod() argument
182 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.txt2545 0031bc: 5c10 0200 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
2737 003390: 5c10 0500 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
3353 003c10: 1a03 0200 |0426: const-string v3, "+" // string@0002
3476 003de0: 5c10 0600 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
6173 006208: 5c10 4400 |0006: iput-boolean v0, v1, Lcom/google/android/chec…
6962 006c10: 7110 9f00 0500 |0000: invoke-static {v5}, Ljava/lang/Integer;.numbe…
7125 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
3186 0031bc: 5c10 0200 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
3378 003390: 5c10 0500 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
3994 003c10: 1a03 0200 |0426: const-string v3, "+" // string@0002
4117 003de0: 5c10 0600 |0008: iput-boolean v0, v1, Lcom/google/android/chec…
6814 006208: 5c10 4400 |0006: iput-boolean v0, v1, Lcom/google/android/chec…
7603 006c10: 7110 9f00 0500 |0000: invoke-static {v5}, Ljava/lang/Integer;.numbe…
7766 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()