Home
last modified time | relevance | path

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

/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/compiler/optimizing/
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 …]
Dload_store_analysis_test.cc238 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
241 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
243 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
247 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
248 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
250 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
252 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
254 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
256 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
258 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
[all …]
Dload_store_elimination_test.cc108 HInstruction* c0 = graph_->GetIntConstant(0); in CreateTestControlFlowGraph() local
119 phi_->AddInput(c0); in CreateTestControlFlowGraph()
650 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
653 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
658 AddArraySet(pre_header_, array_, j_, c0); in TEST_F()
668 HInstruction* a_set = AddArraySet(return_block_, array_, j_, c0); in TEST_F()
688 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
691 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F()
696 AddArraySet(pre_header_, array_, j_, c0); in TEST_F()
813 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
[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/libdexfile/dex/
Dart_dex_file_loader_test.cc111 const dex::ClassDef& c0 = raw->GetClassDef(0); in TEST_F() local
112 EXPECT_STREQ("LNested$1;", raw->GetClassDescriptor(c0)); in TEST_F()
/art/test/dexdump/
Dinvoke-custom.txt162 0025c0: 3343 0300 |0000: if-ne v3, v4, 0003 // +0003
477 0028c0: 6e10 ca00 0100 |0012: invoke-virtual {v1}, Ljava/lang/StringBuilder…
806 … |000f: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
818 … |0027: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1833 … |001b: invoke-virtual {v0}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1844 … |0033: invoke-virtual {v0}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1854 … |0048: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1861 … |0058: invoke-virtual {v0}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1870 … |006c: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
1880 … |0081: invoke-virtual {v2}, Ljava/lang/Object;.getClass:()Ljava/lang/Class; // method@00c0
[all …]
Dall.txt169 0004c0: 9800 0102 |0010: shl-int v0, v1, v2
282 0005c0: d900 0112 |0002: rsub-int/lit8 v0, v1, #int 18 // #12
390 0006c0: 2200 0500 |0008: new-instance v0, Ljava/lang/Object; // type@0…
611 0008c0: 5b10 0b00 |0012: iput-object v0, v1, LA;.sO:LA; // field@000b
Dbytecodes.txt236 0009c0: |[0009c0] com.google.android.test.R$drawable.<init>:…
728 000db4: 1501 c040 |0088: const/high16 v1, #int 1086324736 // #40c0
755 000e24: 3000 0002 |00c0: cmpg-double v0, v0, v2
758 000e30: 1902 36c0 |00c6: const-wide/high16 v2, #long -4596486369685012…
996 0010c0: 0800 1200 |0092: move-object/from16 v0, v18
1111 0011c0: 0f00 |0008: return v0
1144 001240: 28c0 |0048: goto 0008 // -0040
1221 0012c0: 3915 3800 |001a: if-nez v21, 0052 // +0038
1290 0013c0: 5910 1100 |009a: iput v0, v1, Lcom/google/android/test/Test;.m…
1309 00140c: 6016 1b00 |00c0: sget v22, Lcom/google/android/test/Test;.sF:F…
[all …]
Dall-dex-files.txt169 0004c0: 9800 0102 |0010: shl-int v0, v1, v2
282 0005c0: d900 0112 |0002: rsub-int/lit8 v0, v1, #int 18 // #12
390 0006c0: 2200 0500 |0008: new-instance v0, Ljava/lang/Object; // type@0…
611 0008c0: 5b10 0b00 |0012: iput-object v0, v1, LA;.sO:LA; // field@000b
723 0014c0: 1301 8004 |0006: const/16 v1, #int 1152 // #480
906 001728: 7240 3600 6044 |00c0: invoke-interface {v0, v6, v4, v4}, Landroid/v…
956 0017c0: 0001 0500 1300 0000 1a00 0000 2000 ... |002c: packed-switch-data (14 units)
1028 0018c0: 6e20 6500 0100 |006a: invoke-virtual {v1, v0}, Lcom/google/android/…
1809 0020c0: e100 0802 |0022: shr-int/lit8 v0, v8, #int 2 // #02
1907 0021c0: 7230 1900 0b01 |003c: invoke-interface {v11, v0, v1}, Landroid/cont…
[all …]
Dcheckers.txt82 0014c0: 1301 8004 |0006: const/16 v1, #int 1152 // #480
265 001728: 7240 3600 6044 |00c0: invoke-interface {v0, v6, v4, v4}, Landroid/v…
315 0017c0: 0001 0500 1300 0000 1a00 0000 2000 ... |002c: packed-switch-data (14 units)
387 0018c0: 6e20 6500 0100 |006a: invoke-virtual {v1, v0}, Lcom/google/android/…
1168 0020c0: e100 0802 |0022: shr-int/lit8 v0, v8, #int 2 // #02
1266 0021c0: 7230 1900 0b01 |003c: invoke-interface {v11, v0, v1}, Landroid/cont…
1334 0022c0: 54a1 0b00 |00bc: iget-object v1, v10, Lcom/google/android/chec…
1419 0023c0: |[0023c0] com.google.android.checkers.CheckersView.a…
1552 002578: 2202 2100 |00c0: new-instance v2, Lcom/google/android/checkers…
1716 0027c0: 0160 |01e4: move v0, v6
[all …]
Dconst-method-handle.txt62 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
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt5554 Ljava/time/format/DateTimeFormatterBuilder$PrefixTree;->c0:C