Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 87) sorted by relevance

1234

/art/runtime/
Dleb128_test.cc102 for (size_t j = 0; j < 5; ++j) { in TEST() local
103 if (j < builder.GetData().size()) { in TEST()
104 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()
106 EXPECT_EQ(data_ptr[j], 0U) << " i = " << i << " j = " << j; in TEST()
121 for (size_t j = 0; j < 5; ++j) { in TEST() local
122 if (j < data_size) { in TEST()
123 EXPECT_EQ(data_ptr[j], encoded_data[j]) << " i = " << i << " j = " << j; in TEST()
125 EXPECT_EQ(data_ptr[j], 0U) << " i = " << i << " j = " << j; in TEST()
141 for (size_t j = 0; j < UnsignedLeb128Size(uleb128_tests[i].decoded); ++j) { in TEST() local
142 EXPECT_EQ(data_ptr[j], encoded_data_ptr[j]) << " i = " << i << " j = " << j; in TEST()
[all …]
Djvalue.h31 JValue() : j(0) {} in JValue()
50 int64_t GetJ() const { return j; } in GetJ()
51 void SetJ(int64_t new_j) { j = new_j; } in SetJ()
72 int64_t j; member
Dstack_map.cc261 for (size_t j = 0; j < number_of_dex_registers; ++j) { in Dump() local
262 if (dex_register_map.IsDexRegisterLive(j)) { in Dump()
264 j, number_of_dex_registers, number_of_location_catalog_entries); in Dump()
266 dex_register_map.GetDexRegisterLocation(j, number_of_dex_registers, *this); in Dump()
268 os, j, location, "v", in Dump()
/art/test/499-bce-phi-array-length/src/
DMain.java24 for (int j = 0; j < 2; ++j) { in foo()
29 result += array[j]; in foo()
39 for (int j = 0; j < 2; ++j) { in bar()
40 result += array[j]; in bar()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc68 for (size_t j = 0; j < kBitsPerIntPtrT * 3; ++j) { in TEST_F() local
70 reinterpret_cast<mirror::Object*>(heap_begin + j * kObjectAlignment); in TEST_F()
82 for (size_t j = 0; j < static_cast<size_t>(kBitsPerIntPtrT * 2); ++j) { in TEST_F() local
84 reinterpret_cast<mirror::Object*>(heap_begin + (i + j) * kObjectAlignment); in TEST_F()
126 for (int j = 0; j < 10000; ++j) { in RunTest() local
137 for (int j = 0; j < 50; ++j) { in RunTest() local
/art/test/006-args/src/
DArgsTest.java33 void argTest(int a, char c, double d, long j, float f) { in argTest() argument
35 + Long.toHexString(mLongArray[1]) + " " + Long.toHexString(j)); in argTest()
37 + mLongArray[1] + " " + j); in argTest()
39 System.out.println(j); in argTest()
40 System.out.println("j = " + j); in argTest()
42 + " j=" + j + " f=" + f); in argTest()
/art/test/473-remove-dead-block/src/
DMain.java23 int j=4; in test() local
35 for (j = 1; j < 39; ++j) { in test()
36 j++; in test()
/art/test/445-checker-licm/src/
DMain.java48 for (int j = 0; j < 10; ++j) { in innerDiv()
64 for (int j = 0; j < 10; ++j) { in innerDiv2()
/art/test/096-array-copy-concurrent-gc/src/
DMain.java62 for (int j = 0; j < array.length; j++) { in stressArray()
72 for (int j = 0; j < array.length; j++) { in stressArray()
/art/test/449-checker-bce/src/
DMain.java535 int j = array.length - 1; in isPyramid() local
536 while (i <= j) { in isPyramid()
540 if (array[j] != i) { in isPyramid()
543 i++; j--; in isPyramid()
589 for (int j = 0; j < array.length - i - 1; j++) { in bubbleSort()
590 if (array[j] > array[j + 1]) { in bubbleSort()
591 int temp = array[j + 1]; in bubbleSort()
592 array[j + 1] = array[j]; in bubbleSort()
593 array[j] = temp; in bubbleSort()
920 for (int j = start; j < end; j++) { in foo8()
[all …]
/art/test/440-stmp/src/
DMain.java24 baz(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o); in bar()
28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz() argument
29 System.out.println(a - b - c - d - e - f - g - h - i - j - k - l - m - n - o); in baz()
41 float j = 10.0f; field in Main
/art/test/103-string-append/src/
DMain.java23 for (int j = 0; j < ROUNDS; j++) { in main()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc436 for (size_t j = 0; j < dex_cache->NumStrings(); j++) { in PreloadDexCachesStatsFilled() local
437 mirror::String* string = dex_cache->GetResolvedString(j); in PreloadDexCachesStatsFilled()
442 for (size_t j = 0; j < dex_cache->NumResolvedTypes(); j++) { in PreloadDexCachesStatsFilled() local
443 mirror::Class* klass = dex_cache->GetResolvedType(j); in PreloadDexCachesStatsFilled()
448 for (size_t j = 0; j < dex_cache->NumResolvedFields(); j++) { in PreloadDexCachesStatsFilled() local
449 ArtField* field = linker->GetResolvedField(j, dex_cache); in PreloadDexCachesStatsFilled()
454 for (size_t j = 0; j < dex_cache->NumResolvedMethods(); j++) { in PreloadDexCachesStatsFilled() local
455 ArtMethod* method = dex_cache->GetResolvedMethod(j, sizeof(void*)); in PreloadDexCachesStatsFilled()
500 for (size_t j = 0; j < dex_cache->NumStrings(); j++) { in VMRuntime_preloadDexCaches() local
501 PreloadDexCachesResolveString(dex_cache, j, strings); in VMRuntime_preloadDexCaches()
[all …]
/art/test/003-omnibus-opcodes/src/
DIntMath.java283 for (int j = 3; j < 16; j++) { in divLiteralTestBody()
284 switch(j) { in divLiteralTestBody()
286 normal = (start+i) / j; in divLiteralTestBody()
290 normal = (start+i) / j; in divLiteralTestBody()
294 normal = (start+i) / j; in divLiteralTestBody()
298 normal = (start+i) / j; in divLiteralTestBody()
302 normal = (start+i) / j; in divLiteralTestBody()
306 normal = (start+i) / j; in divLiteralTestBody()
310 normal = (start+i) / j; in divLiteralTestBody()
314 normal = (start+i) / j; in divLiteralTestBody()
[all …]
/art/test/451-spill-splot/src/
DMain.java31 double j = 9.0; in main() local
50 System.out.println(a + b + c + d + e + f + g + h + i + j); in main()
60 j = computeDouble(); in main()
61 System.out.println(a + b + c + d + e + f + g + h + i + j); in main()
/art/test/405-optimizing-long-allocator/src/
DMain.java138 long j = e - f; in $opt$TestAgressiveLive1() local
148 j += 5; in $opt$TestAgressiveLive1()
153 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive1()
159 long j = e - f; in $opt$TestAgressiveLive2() local
164 return a - b - c - d - e - f - g - h - i - j - k; in $opt$TestAgressiveLive2()
/art/test/130-hprof/src/
DMain.java32 for (int j = 1; j < local.length; j++) { in fillArray()
33 local[j] = global[j]; in fillArray()
/art/test/102-concurrent-gc/src/
DMain.java54 for (int j = 0; j < l.length; ++j) { in main()
/art/cmdline/
Dcmdline_types.h583 for (size_t j = 0; j < verbose_options.size(); ++j) {
584 if (verbose_options[j] == "class") {
586 } else if (verbose_options[j] == "compiler") {
588 } else if (verbose_options[j] == "gc") {
590 } else if (verbose_options[j] == "heap") {
592 } else if (verbose_options[j] == "jdwp") {
594 } else if (verbose_options[j] == "jit") {
596 } else if (verbose_options[j] == "jni") {
598 } else if (verbose_options[j] == "monitor") {
600 } else if (verbose_options[j] == "oat") {
[all …]
/art/test/090-loop-formation/src/
DMain.java64 for (int j = 0; j < 2; j++) { in deeplyNested()
/art/test/404-optimizing-allocator/src/
DMain.java132 int j = e - f; in $opt$reg$TestAgressiveLive1() local
142 j += 5; in $opt$reg$TestAgressiveLive1()
147 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive1()
153 int j = e - f; in $opt$reg$TestAgressiveLive2() local
158 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive2()
/art/runtime/gc/
Dheap_test.cc55 for (size_t j = 0; j < 2048; ++j) { in TEST_F() local
58 array->Set<false>(j, string); in TEST_F()
/art/test/006-args/
Dexpected.txt4 j = 1234605616436508552
5 a=123 c=q d=3.343434 j=1234605616436508552 f=0.12345
/art/compiler/dex/
Dverified_method.cc163 for (size_t j = 0; j < code_item->registers_size_; j++) { in VerifyGcMap() local
164 if (line->GetRegisterType(method_verifier, j).IsNonZeroReferenceTypes()) { in VerifyGcMap()
165 DCHECK_LT(j / kBitsPerByte, map.RegWidth()); in VerifyGcMap()
166 DCHECK_EQ((reg_bitmap[j / kBitsPerByte] >> (j % kBitsPerByte)) & 1, 1); in VerifyGcMap()
167 } else if ((j / kBitsPerByte) < map.RegWidth()) { in VerifyGcMap()
168 DCHECK_EQ((reg_bitmap[j / kBitsPerByte] >> (j % kBitsPerByte)) & 1, 0); in VerifyGcMap()
/art/test/014-math3/src/
DMain.java24 long j; in math_014() local
33 try { j = 10L / 0L; } in math_014()

1234