/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 28 #ifndef L 29 # define L(label) .L##label macro 49 ja L(79bytesormore) 52 BRANCH_TO_JMPTBL_ENTRY(L(table_64bytes), %rdx, 2) 55 L(79bytesormore): 60 jnc L(16bytesin256) 69 jz L(2aligned) 72 ja L(128bytesormore) 73 L(less128bytes): 79 jnc L(16bytesin256) [all …]
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 23 #ifndef L 24 # define L(label) .L##label macro 49 jz L(zero) 54 jae L(48bytesormore) 59 jmp L(less48bytes) 64 L(zero): 69 L(48bytesormore): 84 jnz L(less16bytes) 92 jz L(shr_0) 96 je L(shr_0) [all …]
|
/art/runtime/interpreter/mterp/arm64/ |
D | control_flow.S | 152 b.ne .L${opcode}_check 153 .L${opcode}_return: 157 .L${opcode}_check: 159 b .L${opcode}_return 170 b.ne .L${opcode}_check 171 .L${opcode}_return: 174 .L${opcode}_check: 176 b .L${opcode}_return 182 b.ne .L${opcode}_check 183 .L${opcode}_return: [all …]
|
/art/runtime/interpreter/mterp/x86/ |
D | arithmetic.S | 18 jz .L${opcode}_8 # Do 8-bit divide 21 jz .L${opcode}_16 # Do 16-bit divide 23 jne .L${opcode}_32 25 jne .L${opcode}_32 27 jmp .L${opcode}_finish 31 .L${opcode}_32: 34 jmp .L${opcode}_finish 35 .L${opcode}_8: 44 jmp .L${opcode}_finish 45 .L${opcode}_16: [all …]
|
D | floating_point.S | 24 jp .L${opcode}_nan_is_${nanval} 25 je .L${opcode}_finish 26 jb .L${opcode}_less 27 .L${opcode}_nan_is_pos: 29 jmp .L${opcode}_finish 30 .L${opcode}_nan_is_neg: 31 .L${opcode}_less: 33 .L${opcode}_finish:
|
/art/tools/ahat/etc/ |
D | README.txt | 1 L.hprof 2 A version of the test-dump hprof generated on Android L, with one of the
|
/art/test/800-smali/smali/ |
D | CmpLong.smali | 13 const-wide v100, 5678233453L 15 const-wide v4, 5678233453L
|
D | b_27799205_5.smali | 13 .method public static test(Ldo/not/resolve/L;[Ldo/not/resolve/K;Z)V
|
/art/runtime/interpreter/mterp/x86_64/ |
D | floating_point.S | 24 jp .L${opcode}_nan_is_${nanval} 25 je .L${opcode}_finish 26 jb .L${opcode}_less 27 .L${opcode}_nan_is_pos: 29 jmp .L${opcode}_finish 30 .L${opcode}_nan_is_neg: 31 .L${opcode}_less: 33 .L${opcode}_finish:
|
/art/test/960-default-smali/src/ |
D | L.java | 17 class L extends K { } class
|
D | M.java | 17 class M extends L implements Fooer {
|
/art/test/IMTB/ |
D | Interfaces.java | 22 interface L { interface in Interfaces
|
/art/test/960-default-smali/ |
D | expected.txt | 89 Testing for type L 90 L-interface Foo.bar()='foobar' 91 L-virtual K.bar()='foobar' 92 L-virtual L.bar()='foobar' 93 End testing for type L 98 M-virtual L.bar()='BAZ!'
|
/art/runtime/jni/ |
D | check_jni.cc | 157 jobject L; member 227 case 'L': o.L = va_arg(vargs_, jobject); break; in GetValue() 249 case 'L': o.L = v.l; break; in GetValue() 933 return CheckInstance(soa, kObject, arg.L, true); in CheckPossibleHeapValue() 1017 if (arg.L == nullptr) { in TracePossibleHeapValue() 1020 StringAppendF(msg, "%p", arg.L); in TracePossibleHeapValue() 1815 JniValueType args[2] = {{.E = env }, {.L = obj}}; in GetObjectRefType() 1831 JniValueType args[5] = {{.E = env}, {.u = name}, {.L = loader}, {.p = buf}, {.z = bufLen}}; in DefineClass() 1891 JniValueType args[2] = {{.E = env}, {.L = method}}; in FromReflectedMethod() 1906 JniValueType args[2] = {{.E = env}, {.L = field}}; in FromReflectedField() [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | floating_point.S | 316 bc1f fcc0, .L${opcode}_get_opcode 323 bc1t fcc0, .L${opcode}_get_opcode 329 bc1t fcc0, .L${opcode}_get_opcode 333 b .L${opcode}_set_vreg 401 bc1f fcc0, .L${opcode}_get_opcode 407 bc1t fcc0, .L${opcode}_get_opcode 413 bc1t fcc0, .L${opcode}_get_opcode 417 b .L${opcode}_set_vreg
|
D | arithmetic.S | 334 bnez v0, .L${opcode}_finish 340 .L${opcode}_finish: 443 b .L${opcode}_finish 582 bnez v1, .L${opcode}_finish 611 bnez v1, .L${opcode}_finish 652 bnez v0, .L${opcode}_finish 681 bnez v0, .L${opcode}_finish 746 bnez v0, .L${opcode}_finish 775 bnez v0, .L${opcode}_finish
|
/art/test/115-native-bridge/ |
D | expected.txt | 14 name:testGetMirandaMethodNative, signature:()Ljava/lang/reflect/Method;, shorty:L. 27 Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.
|
/art/runtime/arch/mips64/ |
D | asm_support_mips64.S | 55 .L\name\()_gp_set:
|
/art/test/912-classes/ |
D | expected.txt | 9 [L$Proxy20;, null] 90 Load: L$Proxy21; on ClassEvents 91 Prepare: L$Proxy21; on ClassEvents (cur=ClassEvents)
|
/art/tools/ahat/ |
D | Android.mk | 132 $(LOCAL_PATH)/etc/L.hprof \
|
/art/runtime/arch/mips/ |
D | asm_support_mips.S | 52 .L\name\()_gp_set:
|
/art/tools/ |
D | libcore_failures.txt | 138 description: "fails on L builds: needs investigation",
|
/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 226 header->checksum_ = adler32(adler32(0L, Z_NULL, 0), in Build()
|
/art/test/dexdump/ |
D | checkers.txt | 548 name : 'L' 992 … |028c: iput v4, v9, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 1328 … |00d1: iput v0, v10, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 1589 … |0127: iput v0, v9, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 1627 … |0166: iget v0, v9, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 1629 … |016a: iget v0, v9, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 1631 … |016e: iput v0, v9, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 2030 … |0031: iget v0, v8, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 2033 … |0037: iget v0, v8, Lcom/google/android/checkers/CheckersView;.L:I // field@000d 2035 … |003b: iput v0, v8, Lcom/google/android/checkers/CheckersView;.L:I // field@000d [all …]
|