/art/test/133-static-invoke-super/src/ |
D | Main.java | 4 protected static int getVar(int w) { in getVar() argument 5 return w & 0xF; in getVar() 9 final int getVarDirect(int w) { in getVarDirect() argument 10 return w & 0xF; in getVarDirect()
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 6 " 8: f04f 0809 mov.w r8, #9\n", 10 " 0: ea4f 0001 mov.w r0, r1\n", 11 " 4: ea4f 0809 mov.w r8, r9\n", 21 " 0: ea6f 0001 mvn.w r0, r1\n", 22 " 4: eb01 0002 add.w r0, r1, r2\n", 23 " 8: eba1 0002 sub.w r0, r1, r2\n", 24 " c: ea01 0002 and.w r0, r1, r2\n", 25 " 10: ea41 0002 orr.w r0, r1, r2\n", 27 " 18: ea81 0002 eor.w r0, r1, r2\n", 28 " 1c: ea21 0002 bic.w r0, r1, r2\n", [all …]
|
/art/runtime/gc/accounting/ |
D | bitmap-inl.h | 97 uintptr_t w = bitmap_begin_[i]; in VisitSetBits() local 98 if (w != 0) { in VisitSetBits() 101 const size_t shift = CTZ(w); in VisitSetBits() 103 w ^= static_cast<uintptr_t>(1) << shift; in VisitSetBits() 104 } while (w != 0); in VisitSetBits()
|
D | space_bitmap.cc | 118 uintptr_t w = bitmap_begin[i]; in Walk() local 119 if (w != 0) { in Walk() 122 const size_t shift = CTZ(w); in Walk() 125 w ^= (static_cast<uintptr_t>(1)) << shift; in Walk() 126 } while (w != 0); in Walk() 254 uintptr_t w = bitmap_begin_[i]; in InOrderWalk() local 255 if (UNLIKELY(w != 0)) { in InOrderWalk() 257 while (w != 0) { in InOrderWalk() 258 const size_t shift = CTZ(w); in InOrderWalk() 261 w ^= (static_cast<uintptr_t>(1)) << shift; in InOrderWalk()
|
D | space_bitmap-inl.h | 119 uintptr_t w = bitmap_begin_[i]; in VisitMarkedRange() local 120 if (w != 0) { in VisitMarkedRange() 123 const size_t shift = CTZ(w); in VisitMarkedRange() 126 w ^= (static_cast<uintptr_t>(1)) << shift; in VisitMarkedRange() 127 } while (w != 0); in VisitMarkedRange()
|
/art/test/530-checker-loops1/src/ |
D | Main.java | 166 int w = x.length - 1; in wrapAroundThenLinear() local 169 result += x[w]; in wrapAroundThenLinear() 170 w = i; in wrapAroundThenLinear() 183 int w = x.length - 1; in wrapAroundThenLinearThreeWayPhi() local 186 if (x[w] == 1) { in wrapAroundThenLinearThreeWayPhi() 187 w = i++; in wrapAroundThenLinearThreeWayPhi() 190 result += x[w]; in wrapAroundThenLinearThreeWayPhi() 191 w = i++; in wrapAroundThenLinearThreeWayPhi()
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_int_to_double.S | 7 cvt.d.w f0, f0
|
D | op_int_to_float.S | 7 cvt.s.w f0, f0
|
D | op_double_to_int.S | 17 trunc.w.d f0, f0
|
D | op_float_to_int.S | 17 trunc.w.s f0, f0
|
/art/test/530-checker-loops2/src/ |
D | Main.java | 554 int w = 9; in wrapAroundDynamicBCE() local 557 result += x[w]; in wrapAroundDynamicBCE() 558 w = i; in wrapAroundDynamicBCE() 753 long[] w, in dynamicBCEAndConstantIndicesAllPrimTypes() argument 760 (int) w[0] + (int) x[0] + (int) y[0]; in dynamicBCEAndConstantIndicesAllPrimTypes()
|
/art/runtime/interpreter/mterp/mips/ |
D | op_float_to_int.S | 40 trunc.w.s fv0, fa0
|
D | op_double_to_int.S | 48 trunc.w.d fv0, fa0
|
/art/disassembler/ |
D | disassembler_arm.cc | 311 bool w = (instruction & (1 << 21)) != 0; in DumpArm() local 319 bool wback = !p || w; in DumpArm() 328 LOG(FATAL) << p << " " << w; in DumpArm() 341 bool w = (instruction & (1 << 21)) != 0; in DumpArm() local 344 args << ArmRegister(instruction, 16) << (w ? "!" : "") << ", " << RegisterList(instruction); in DumpArm() 1386 const char* w = (is_half ? "w" : ""); in DumpThumb32() local 1390 opcode << pld_pli << w; in DumpThumb32() 1396 opcode << pld_pli << w; in DumpThumb32() 1400 opcode << pld_pli << w; in DumpThumb32()
|
/art/test/800-smali/smali/ |
D | sameFieldNames.smali | 46 .field static public w:I
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 50 // 0x0000000c: str.w r1, [sp, #132] 52 // 0x00000014: str.w r2, [sp, #140] 53 // 0x00000018: str.w r3, [sp, #144]
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 1523 void X86_64Assembler::rex(bool force, bool w, Register* r, Register* x, Register* b) { 1530 if (w) { 1550 void X86_64Assembler::rex_reg_mem(bool force, bool w, Register* dst, const Address& mem) { 1560 if (w) { 1572 void rex_mem_reg(bool force, bool w, Address* mem, Register* src); 2498 void X86_64Assembler::EmitOptionalRex(bool force, bool w, bool r, bool x, bool b) { in EmitOptionalRex() argument 2505 if (w) { in EmitOptionalRex()
|
D | assembler_x86_64.h | 887 void EmitOptionalRex(bool force, bool w, bool r, bool x, bool b);
|
/art/runtime/ |
D | check_jni.cc | 118 jobjectRefType w; member 903 switch (arg.w) { in CheckNonHeapValue() 1076 switch (arg.w) { in TraceNonHeapValue() 1678 result.w = baseEnv(env)->GetObjectRefType(env, obj); in GetObjectRefType() 1680 return result.w; in GetObjectRefType()
|
/art/test/dexdump/ |
D | checkers.txt | 660 name : 'w' 980 … |0275: iput v4, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1261 … |0052: iput v0, v10, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1581 … |011b: iput v0, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1602 … |013c: iput v0, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1668 … |01b5: iput v0, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1749 … |023f: iput v0, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1773 … |026a: iget v3, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1776 … |026f: iput v3, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 1781 … |0276: iget v0, v9, Lcom/google/android/checkers/CheckersView;.w:I // field@0029 [all …]
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 845 int w = 1; in constantPropagationTest() local 854 w = (int)(2 * (f * 6)); in constantPropagationTest() 858 if (w == 0 && h == 1 && g[0] == 0) { in constantPropagationTest()
|