Searched refs:string2 (Results 1 – 7 of 7) sorted by relevance
19 public static final String string2 = "ABCDEFG2"; field in Other26 System.out.println(string2); in print()
19 public static String string2 = "s2"; field in StringBuilderAppendBenchmark26 String s2 = string2; in timeAppendStrings()
3 name: "art-run-test-021-string2",
124 Handle<String> string2) { in AllocFromStrings() argument126 int32_t length2 = string2->GetLength(); in AllocFromStrings()129 (string->IsCompressed() && string2->IsCompressed()); in AllocFromStrings()140 memcpy(new_value + length, string2->GetValueCompressed(), length2 * sizeof(uint8_t)); in AllocFromStrings()150 if (string2->IsCompressed()) { in AllocFromStrings()152 new_value[i+length] = string2->CharAt(i); in AllocFromStrings()155 memcpy(new_value + length, string2->GetValue(), length2 * sizeof(uint16_t)); in AllocFromStrings()
153 Handle<String> string2)
812 public String string2 = "yo"; field in Target
72 "name": "art-run-test-021-string2"