/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 142 native static char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c7, in charMethod() argument
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 177 jchar c3, jchar c4, jchar c5, jchar c6, 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/dexdump/ |
D | const-method-handle.txt | 63 0003c6: 0e00 |0003: return-void 210 0004c6: 6e10 0f00 0100 |0011: invoke-virtual {v1}, Ljava/lang/StringBuilder…
|
D | checkers.txt | 181 0015c6: 7250 2b00 5a44 |000f: invoke-interface {v10, v5, v4, v4, v0}, Landr… 371 001884: 28c6 |004c: goto 0012 // -003a 388 0018c6: 0a01 |006d: move-result v1 481 0019c6: 6e10 3300 0500 |0019: invoke-virtual {v5}, Landroid/view/MotionEven… 782 001b88: 5990 1d00 |00c6: iput v0, v9, Lcom/google/android/checkers/Che… 1262 0021c6: 0a00 |003f: move-result v0 1713 0027c6: 12c0 |01e7: const/4 v0, #int -4 // #fc 1872 0029c6: b072 |004b: add-int/2addr v2, v7 2454 0030c6: 1a00 1801 |005f: const-string v0, "rot" // string@0118 2540 0031c6: 5510 0200 |000d: iget-boolean v0, v1, Lcom/google/android/chec… [all …]
|
D | all-dex-files.txt | 822 0015c6: 7250 2b00 5a44 |000f: invoke-interface {v10, v5, v4, v4, v0}, Landr… 1012 001884: 28c6 |004c: goto 0012 // -003a 1029 0018c6: 0a01 |006d: move-result v1 1122 0019c6: 6e10 3300 0500 |0019: invoke-virtual {v5}, Landroid/view/MotionEven… 1423 001b88: 5990 1d00 |00c6: iput v0, v9, Lcom/google/android/checkers/Che… 1903 0021c6: 0a00 |003f: move-result v0 2354 0027c6: 12c0 |01e7: const/4 v0, #int -4 // #fc 2513 0029c6: b072 |004b: add-int/2addr v2, v7 3095 0030c6: 1a00 1801 |005f: const-string v0, "rot" // string@0118 3181 0031c6: 5510 0200 |000d: iget-boolean v0, v1, Lcom/google/android/chec… [all …]
|
D | bytecodes.txt | 758 000e30: 1902 36c0 |00c6: const-wide/high16 v2, #long -4596486369685012… 1113 0011c6: 4801 0106 |000b: aget-byte v1, v1, v6 1312 001418: 5200 1000 |00c6: iget v0, v0, Lcom/google/android/test/Test;.m… 1634 0016c6: 0500 1e00 |0013: move-wide/from16 v0, v30 1701 0017c6: 9c18 1c18 |0093: sub-long v24, v28, v24
|
D | invoke-custom.txt | 164 0025c6: 2200 1e00 |0003: new-instance v0, Ljava/lang/AssertionError; /… 312 …-virtual {v1, v3, v4}, Ljava/lang/StringBuilder;.append:(J)Ljava/lang/StringBuilder; // method@00c6 315 …-virtual {v1, v5, v6}, Ljava/lang/StringBuilder;.append:(J)Ljava/lang/StringBuilder; // method@00c6 478 0028c6: 0c01 |0015: move-result-object v1 1988 0022c6: 0c02 |0171: move-result-object v2 2027 002370: 6e10 c000 0000 |01c6: invoke-virtual {v0}, Ljava/lang/Object;.getCl… 2408 …virtual {v1, v9, v10}, Ljava/lang/StringBuilder;.append:(J)Ljava/lang/StringBuilder; // method@00c6 3599 0032c6: 28df |00dd: goto 00bc // -0021 3870 0033c6: 6e20 c800 3200 |0041: invoke-virtual {v2, v3}, Ljava/lang/StringBui… 4534 0037c6: 4d04 0102 |0009: aput-object v4, v1, v2 [all …]
|
/art/test/004-JniTest/src/ |
D | Main.java | 203 …private static native char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c… in charMethod() argument
|
/art/test/004-JniTest/ |
D | jni_test.cc | 300 jchar c3, jchar c4, jchar c5, jchar c6, jchar c7, in Java_Main_charMethod() argument 307 CHECK_EQ(c6, '1'); in Java_Main_charMethod()
|
/art/compiler/optimizing/ |
D | load_store_analysis_test.cc | 327 HInstruction* c6 = graph_->GetIntConstant(6); in TEST_F() local 356 HInstruction* i_add6 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c6); in TEST_F()
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 134 " 1c6: f8cd c7ff str.w r12, [sp, #2047]\n"
|