Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 7 of 7) sorted by relevance

/art/runtime/arch/
Dmemcmp16_test.cc54 size_t count1, count2; in CheckSeparate() local
63 count2 = (r.next() % max_length) + min_length; in CheckSeparate()
68 count2 = 0U; in CheckSeparate()
73 count2 = (r.next() % max_length) + min_length; in CheckSeparate()
78 count2 = 0U; in CheckSeparate()
94 if (count2 > 0U) { in CheckSeparate()
95 s2 = new uint16_t[count2]; in CheckSeparate()
101 size_t min = count1 < count2 ? count1 : count2; in CheckSeparate()
112 for (size_t i = min; i < count2; ++i) { in CheckSeparate()
119 for (size_t i = 0; i < count2; ++i) { in CheckSeparate()
[all …]
/art/runtime/
Dbarrier_test.cc30 CheckWaitTask(Barrier* barrier, AtomicInteger* count1, AtomicInteger* count2) in CheckWaitTask() argument
33 count2_(count2) {} in CheckWaitTask()
67 AtomicInteger count2(0); in TEST_F() local
69 thread_pool.AddTask(self, new CheckWaitTask(&barrier, &count1, &count2)); in TEST_F()
76 EXPECT_EQ(0, count2.LoadRelaxed()); in TEST_F()
83 EXPECT_EQ(count2.LoadRelaxed(), num_threads); in TEST_F()
Djobject_comparator.cc48 const size_t count2 = obj2->SizeOf(); in operator ()() local
49 if (count1 != count2) { in operator ()()
50 return count1 < count2; in operator ()()
/art/test/133-static-invoke-super/src/
DMain.java43 int count2 = testStatic(50000000); in run() local
47 System.out.println("test1: performed " + count2 + " iterations"); in run()
50 double msec1 = (time2 - time1) / (double) count2 / 1000000; in run()
/art/test/055-enum-performance/src/
DMain.java38 int count2 = test2(500); in run() local
47 System.out.println("test2: performed " + count2 + " iterations"); in run()
51 double msec2 = (time2 - time1) / (double) count2 / 1000000; in run()
/art/test/115-native-bridge/
Dnativebridge.cc56 int i, count1, count2; in trampoline_JNI_OnLoad() local
62 count2 = gNativeBridgeArtCallbacks->getNativeMethods(env, klass, methods.get(), count1); in trampoline_JNI_OnLoad()
63 if (count1 == count2) { in trampoline_JNI_OnLoad()
/art/patchoat/
Dpatchoat.cc499 for (size_t j = 0, count2 = arr->GetLength(); j < count2; ++j) { in FixupNativePointerArray() local
507 for (size_t j = 0, count2 = arr->GetLength(); j < count2; ++j) { in FixupNativePointerArray() local