Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc71 HInstruction* c0 = graph_->GetIntConstant(0); in CreateTestControlFlowGraph() local
82 phi_->AddInput(c0); in CreateTestControlFlowGraph()
431 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
434 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
439 AddArraySet(pre_header_, array_, j_, c0); in TEST_F()
449 HInstruction* a_set = AddArraySet(return_block_, array_, j_, c0); in TEST_F()
469 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
472 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
477 AddArraySet(pre_header_, array_, j_, c0); in TEST_F()
591 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
[all …]
Dload_store_analysis_test.cc204 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
207 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
209 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
213 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
214 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
216 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
218 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
220 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
222 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
224 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
[all …]
Dscheduler_test.cc223 HInstruction* c0 = graph_->GetIntConstant(0); in TestDependencyGraphOnAliasingArrayAccesses() local
225 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, i, c0); in TestDependencyGraphOnAliasingArrayAccesses()
227 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, i, c0); in TestDependencyGraphOnAliasingArrayAccesses()
230 new (GetAllocator()) HArraySet(arr, c0, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
232 new (GetAllocator()) HArraySet(arr, c1, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
233 HInstruction* arr_set_i = new (GetAllocator()) HArraySet(arr, i, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
235 new (GetAllocator()) HArraySet(arr, add0, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
237 new (GetAllocator()) HArraySet(arr, add1, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
239 new (GetAllocator()) HArraySet(arr, sub0, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
241 new (GetAllocator()) HArraySet(arr, sub1, c0, DataType::Type::kInt32, 0); in TestDependencyGraphOnAliasingArrayAccesses()
[all …]
Dbounds_check_elimination.cc1156 int32_t c0 = right_const; in VisitSub() local
1161 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) && in VisitSub()
1162 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) { in VisitSub()
1163 if ((c0 - c1) <= 0) { in VisitSub()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc19 " 30: dc f8 00 c0 ldr.w r12, [r12]\n"
30 " 54: c5 f8 04 c0 str.w r12, [r5, #4]\n"
33 " 60: cd f8 30 c0 str.w r12, [sp, #48]\n"
35 " 68: cd f8 30 c0 str.w r12, [sp, #48]\n"
36 " 6c: cd f8 30 c0 str.w r12, [sp, #48]\n"
37 " 70: cd f8 30 c0 str.w r12, [sp, #48]\n"
39 " 76: dd f8 30 c0 ldr.w r12, [sp, #48]\n"
40 " 7a: cd f8 34 c0 str.w r12, [sp, #52]\n"
46 " 90: dd f8 2c c0 ldr.w r12, [sp, #44]\n"
47 " 94: cd f8 30 c0 str.w r12, [sp, #48]\n"
[all …]
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc102 const dex::ClassDef& c0 = raw->GetClassDef(0); in TEST_F() local
103 EXPECT_STREQ("LNested$1;", raw->GetClassDescriptor(c0)); in TEST_F()
/art/test/dexdump/
Dinvoke-custom.txt158 0025c0: 3343 0300 |0000: if-ne v3, v4, 0003 // +0003
464 0028c0: 6e10 ca00 0100 |0012: invoke-virtual {v1}, Ljava/lang/StringBuilder…
784 … |000f: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
796 … |0027: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1776 … |001b: invoke-virtual {v0}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1787 … |0033: invoke-virtual {v0}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1797 … |0048: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1804 … |0058: invoke-virtual {v0}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1813 … |006c: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1823 … |0081: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
[all …]
Dall.txt166 0004c0: 9800 0102 |0010: shl-int v0, v1, v2
276 0005c0: d900 0112 |0002: rsub-int/lit8 v0, v1, #int 18 // #12
380 0006c0: 2200 0500 |0008: new-instance v0, Ljava/lang/Object; // type@0…
592 0008c0: 5b10 0b00 |0012: iput-object v0, v1, LA;.sO:LA; // field@000b
Dbytecodes.txt231 0009c0: |[0009c0] com.google.android.test.R$drawable.<init>:…
719 000db4: 1501 c040 |0088: const/high16 v1, #int 1086324736 // #40c0
746 000e24: 3000 0002 |00c0: cmpg-double v0, v0, v2
749 000e30: 1902 36c0 |00c6: const-wide/high16 v2, #long -4596486369685012…
985 0010c0: 0800 1200 |0092: move-object/from16 v0, v18
1098 0011c0: 0f00 |0008: return v0
1131 001240: 28c0 |0048: goto 0008 // -0040
1206 0012c0: 3915 3800 |001a: if-nez v21, 0052 // +0038
1275 0013c0: 5910 1100 |009a: iput v0, v1, Lcom/google/android/test/Test;.m…
1294 00140c: 6016 1b00 |00c0: sget v22, Lcom/google/android/test/Test;.sF:F…
[all …]
Dcheckers.txt80 0014c0: 1301 8004 |0006: const/16 v1, #int 1152 // #480
260 001728: 7240 3600 6044 |00c0: invoke-interface {v0, v6, v4, v4}, Landroid/v…
309 0017c0: 0001 0500 1300 0000 1a00 0000 2000 ... |002c: packed-switch-data (14 units)
380 0018c0: 6e20 6500 0100 |006a: invoke-virtual {v1, v0}, Lcom/google/android/…
1153 0020c0: e100 0802 |0022: shr-int/lit8 v0, v8, #int 2 // #02
1249 0021c0: 7230 1900 0b01 |003c: invoke-interface {v11, v0, v1}, Landroid/cont…
1317 0022c0: 54a1 0b00 |00bc: iget-object v1, v10, Lcom/google/android/chec…
1401 0023c0: |[0023c0] com.google.android.checkers.CheckersView.a…
1533 002578: 2202 2100 |00c0: new-instance v2, Lcom/google/android/checkers…
1697 0027c0: 0160 |01e4: move v0, v6
[all …]
Dconst-method-handle.txt61 0003c0: 7010 0a00 0000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>…
/art/test/125-gc-and-classloading/src/
DMain.java60 Class<?> c0 = Class.forName("Main$BigClass"); in run() local