/art/test/021-string2/src/ |
D | Main.java | 755 public static boolean $noinline$equalsConstString0(String s) { in $noinline$equalsConstString0() 759 public static boolean $noinline$equalsConstString3(String s) { in $noinline$equalsConstString3() 763 public static boolean $noinline$equalsConstString7(String s) { in $noinline$equalsConstString7() 767 public static boolean $noinline$equalsConstString12(String s) { in $noinline$equalsConstString12() 771 public static boolean $noinline$equalsConstString14(String s) { in $noinline$equalsConstString14() 775 public static boolean $noinline$equalsConstString24(String s) { in $noinline$equalsConstString24() 779 public static boolean $noinline$equalsConstString29(String s) { in $noinline$equalsConstString29() 783 public static boolean $noinline$equalsConstString35(String s) { in $noinline$equalsConstString35() 787 public static boolean $noinline$equalsConstNonAsciiString3(String s) { in $noinline$equalsConstNonAsciiString3() 791 public static boolean $noinline$equalsConstNonAsciiString7(String s) { in $noinline$equalsConstNonAsciiString7() [all …]
|
/art/benchmark/string-indexof/src/ |
D | StringIndexOfBenchmark.java | 22 String s = string36; in timeIndexOf0() local 30 String s = string36; in timeIndexOf1() local 38 String s = string36; in timeIndexOf2() local 46 String s = string36; in timeIndexOf3() local 54 String s = string36; in timeIndexOf4() local 62 String s = string36; in timeIndexOf7() local 70 String s = string36; in timeIndexOf8() local 78 String s = string36; in timeIndexOfF() local 86 String s = string36; in timeIndexOfG() local 94 String s = string36; in timeIndexOfV() local [all …]
|
/art/test/684-checker-simd-dotprod/src/other/ |
D | TestByte.java | 52 int s = 1; in testDotProdSimple() local 93 int s = 1; in testDotProdComplex() local 127 int s = 1; in testDotProdSimpleUnsigned() local 168 int s = 1; in testDotProdComplexUnsigned() local 209 int s = 1; in testDotProdComplexUnsignedCastedToSigned() local 250 int s = 1; in testDotProdComplexSignedCastedToUnsigned() local 261 int s = 1; in testDotProdSignedWidening() local 272 int s = 1; in testDotProdParamSigned() local 283 int s = 1; in testDotProdParamUnsigned() local 296 int s = 1; in testDotProdIntParam() local [all …]
|
D | TestCharShort.java | 52 int s = 1; in testDotProdSimple() local 93 int s = 1; in testDotProdComplex() local 127 int s = 1; in testDotProdSimpleUnsigned() local 168 int s = 1; in testDotProdComplexUnsigned() local 209 int s = 1; in testDotProdComplexUnsignedCastedToSigned() local 250 int s = 1; in testDotProdComplexSignedCastedToUnsigned() local 261 int s = 1; in testDotProdSignedToInt() local 272 int s = 1; in testDotProdParamSigned() local 283 int s = 1; in testDotProdParamUnsigned() local 294 int s = 1; in testDotProdIntParam() local [all …]
|
D | TestVarious.java | 51 int s = 1; in testDotProdConstRight() local 86 int s = 1; in testDotProdConstLeft() local 129 int s = 1; in testDotProdLoopInvariantConvRight() local 140 int s = 1; in testDotProdByteToChar() local 151 int s = 1; in testDotProdMixedSize() local 162 int s = 1; in testDotProdMixedSizeAndSign() local 195 int s = 1; in testDotProdInt32() local
|
/art/test/660-checker-simd-sad/src/ |
D | SimdSadShort3.java | 47 private static int sadShort2IntParamRight(short[] s, short param) { in sadShort2IntParamRight() 78 private static int sadShort2IntParamLeft(short[] s, short param) { in sadShort2IntParamLeft() 109 private static int sadShort2IntConstRight(short[] s) { in sadShort2IntConstRight() 140 private static int sadShort2IntConstLeft(short[] s) { in sadShort2IntConstLeft() 171 private static int sadShort2IntInvariantRight(short[] s, int val) { in sadShort2IntInvariantRight() 203 private static int sadShort2IntInvariantLeft(short[] s, int val) { in sadShort2IntInvariantLeft() 238 private static int sadShort2IntCastedExprRight(short[] s) { in sadShort2IntCastedExprRight() 273 private static int sadShort2IntCastedExprLeft(short[] s) { in sadShort2IntCastedExprLeft() 301 short[] s = new short[64]; in main() local
|
D | SimdSadShort.java | 41 short s = s1[i]; in sadShort2ShortAlt() local 52 short s = s1[i]; in sadShort2ShortAlt2() local 118 short s = s1[i]; in sadShort2IntAlt() local 151 short s = s1[i]; in sadShort2IntAlt2() local 184 private static int sadShort2IntConstant1(short[] s) { in sadShort2IntConstant1() 216 private static int sadShort2IntConstant2(short[] s) { in sadShort2IntConstant2() 248 private static int sadShort2IntConstant3(short[] s) { in sadShort2IntConstant3()
|
D | SimdSadInt.java | 72 int s = x[i]; in sadInt2IntAlt() local 103 int s = x[i]; in sadInt2IntAlt2() local 142 long s = x[i]; in sadInt2Long() local 179 long s = x[i]; in sadInt2LongAt1() local
|
/art/runtime/ |
D | intern_table.cc | 92 ObjPtr<mirror::String> InternTable::LookupWeak(Thread* self, ObjPtr<mirror::String> s) { in LookupWeak() 97 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) { in LookupStrong() 113 ObjPtr<mirror::String> InternTable::LookupWeakLocked(ObjPtr<mirror::String> s) { in LookupWeakLocked() 117 ObjPtr<mirror::String> InternTable::LookupStrongLocked(ObjPtr<mirror::String> s) { in LookupStrongLocked() 127 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s) { in InsertStrong() 139 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s) { in InsertWeak() 148 void InternTable::RemoveStrong(ObjPtr<mirror::String> s) { in RemoveStrong() 152 void InternTable::RemoveWeak(ObjPtr<mirror::String> s) { in RemoveWeak() 161 ObjPtr<mirror::String> InternTable::InsertStrongFromTransaction(ObjPtr<mirror::String> s) { in InsertStrongFromTransaction() 166 ObjPtr<mirror::String> InternTable::InsertWeakFromTransaction(ObjPtr<mirror::String> s) { in InsertWeakFromTransaction() [all …]
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 34 public static void nop(Second s) { in nop() 71 public static long returnArg1(Second s, long value) { in returnArg1() 105 public static int return7(Second s) { in return7() 139 public static Object returnNull(Second s) { in returnNull() 152 public static int getInt(Second s) { in getInt() 165 public static double getDouble(Second s) { in getDouble() 178 public static Object getObject(Second s) { in getObject() 191 public static String getString(Second s) { in getString() 204 public static int staticGetInt(Second s) { in staticGetInt() 217 public static double getDoubleFromParam(Second s) { in getDoubleFromParam() [all …]
|
/art/test/697-checker-string-append/src/ |
D | Main.java | 115 public static String $noinline$appendStringAndLong(String s, long l) { in $noinline$appendStringAndLong() 177 public static String $noinline$appendStringAndInt(String s, int i) { in $noinline$appendStringAndInt() 209 public static String $noinline$appendSLILC(String s, in $noinline$appendSLILC() 238 public static String $inline$testInlineInner(StringBuilder sb, String s, int i) { in $inline$testInlineInner() 247 public static String $noinline$testInlineOuter(String s, int i) { in $noinline$testInlineOuter() 274 public static boolean $noinline$testAppendEquals(String s, int i) { in $noinline$testAppendEquals()
|
/art/test/921-hello-failure/src/ |
D | Iface4.java | 18 default void sayHiTwice(String s) { in sayHiTwice() 22 void sayHi(String s); in sayHi()
|
/art/runtime/mirror/ |
D | array-inl.h | 106 static inline void ArrayBackwardCopy(T* d, const T* s, int32_t count) { in ArrayBackwardCopy() 119 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() 155 const uint8_t* s = reinterpret_cast<const uint8_t*>(src_raw); in Memmove() local 161 const uint16_t* s = reinterpret_cast<const uint16_t*>(src_raw); in Memmove() local 169 const uint32_t* s = reinterpret_cast<const uint32_t*>(src_raw); in Memmove() local 178 const uint64_t* s = reinterpret_cast<const uint64_t*>(src_raw); in Memmove() local 214 const uint16_t* s = reinterpret_cast<const uint16_t*>(src_raw); in Memcpy() local 218 const uint32_t* s = reinterpret_cast<const uint32_t*>(src_raw); in Memcpy() local 223 const uint64_t* s = reinterpret_cast<const uint64_t*>(src_raw); in Memcpy() local
|
/art/test/536-checker-intrinsic-optimization/src/ |
D | Main.java | 168 static public int $opt$noinline$getStringLength(String s) { in $opt$noinline$getStringLength() 187 static public boolean $opt$noinline$isStringEmpty(String s) { in $opt$noinline$isStringEmpty() 207 static public char $opt$noinline$stringCharAt(String s, int pos) { in $opt$noinline$stringCharAt() 233 static public char $opt$noinline$stringCharAtCatch(String s, int pos) { in $opt$noinline$stringCharAtCatch() 262 static public int $opt$noinline$stringSumChars(String s) { in $opt$noinline$stringSumChars() 288 static public int $opt$noinline$stringSumLeadingChars(String s, int n) { in $opt$noinline$stringSumLeadingChars() 325 static public int $opt$noinline$stringSum4LeadingChars(String s) { in $opt$noinline$stringSum4LeadingChars()
|
/art/libdexfile/dex/ |
D | descriptors_names.cc | 99 std::string MangleForJni(const std::string& s) { in MangleForJni() 271 bool IsValidMemberName(const char* s) { in IsValidMemberName() 300 static bool IsValidClassName(const char* s) { in IsValidClassName() 402 bool IsValidBinaryClassName(const char* s) { in IsValidBinaryClassName() 406 bool IsValidJniClassName(const char* s) { in IsValidJniClassName() 410 bool IsValidDescriptor(const char* s) { in IsValidDescriptor()
|
/art/libartbase/base/ |
D | memory_tool.h | 34 # define MEMORY_TOOL_MAKE_NOACCESS(p, s) __asan_poison_memory_region(p, s) argument 35 # define MEMORY_TOOL_MAKE_UNDEFINED(p, s) __asan_unpoison_memory_region(p, s) argument 36 # define MEMORY_TOOL_MAKE_DEFINED(p, s) __asan_unpoison_memory_region(p, s) argument
|
/art/test/003-omnibus-opcodes/src/ |
D | InternedString.java | 29 String s = "blah"; in makeWeakString() local 51 String s = CONST; in testImmortalInternedString() local
|
/art/test/580-checker-string-fact-intrinsics/src-art/ |
D | Main.java | 24 String s = StringFactory.newStringFromBytes(bytes, 0, 0, 3); in testNewStringFromBytes() local 56 String s = StringFactory.newStringFromChars(chars); in testNewStringFromChars() local
|
/art/test/655-checker-simd-arm-opt/src/ |
D | Main.java | 51 …private static void encodableConstants(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f… in encodableConstants() 75 …private static int sumArray(byte[] b, short[] s, char[] c, int[] a, long[] l, float[] f, double[] … in sumArray() 87 short[] s = new short[ARRAY_SIZE]; in main() local
|
/art/test/569-checker-pattern-replacement/src-multidex/ |
D | Second.java | 62 public static int staticGetInstanceIntField(Second s) { in staticGetInstanceIntField() 66 public double getInstanceDoubleFieldFromParam(Second s) { in getInstanceDoubleFieldFromParam() 83 public static void staticSetInstanceLongField(Second s, long value) { in staticSetInstanceLongField() 87 public void setInstanceLongFieldThroughParam(Second s, long value) { in setInstanceLongFieldThroughParam()
|
/art/test/450-checker-types/src/ |
D | Main.java | 86 Super s = new SubclassA(); in testSimpleRemove() local 95 public void testSimpleKeep(Super s) { in testSimpleKeep() 105 Object s = SubclassA.class; in testClassRemove() local 115 Object s = SubclassA.class; in testClassKeep() local 125 Super s; in testIfRemove() local 140 Super s; in testIfKeep() local 155 Super s = new SubclassA(); in testForRemove() local 170 Super s = new SubclassA(); in testForKeep() local 592 Super s = getSuper(); in updateNodesInTheSameBlockAsPhi() local 625 private void argumentCheck(Super s, double d, SubclassA a, Final f) { in argumentCheck()
|
/art/test/594-load-string-regression/src/ |
D | Main.java | 39 String s = ""; // Empty string is known to be in the boot image. in $noinline$test() local 72 public void $noinline$printString(String s) { in $noinline$printString()
|
/art/test/929-search/src/ |
D | Main.java | 47 private static native void addToBootClassLoader(String s); in addToBootClassLoader() 48 private static native void addToSystemClassLoader(String s); in addToSystemClassLoader()
|
/art/test/004-InterfaceTest/src/ |
D | Main.java | 24 String s = "asdf"; in test_virtual() local 35 String s = "asdf"; in test_interface() local
|
/art/libdexfile/external/ |
D | dex_file_supp_test.cc | 53 auto s = DexString("123"); in TEST() local 58 auto s = DexString(""); in TEST() local 79 auto s = DexString("foo"); in TEST() local 85 auto s = DexString("foo"); in TEST() local 91 auto s = DexString("foo"); in TEST() local 97 auto s = DexString("foo"); in TEST() local 103 auto s = DexString(std::string("foo\0bar", 7)); in TEST() local
|