Home
last modified time | relevance | path

Searched defs:results (Results 1 – 16 of 16) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DFloatMath.java138 float[] results = new float[10]; in floatOperTest() local
167 static void floatOperCheck(float[] results) { in floatOperCheck()
187 double[] results = new double[10]; in doubleOperTest() local
216 static void doubleOperCheck(double[] results) { in doubleOperCheck()
238 int[] results = new int[6]; in convI() local
247 static void checkConvI(int[] results) { in checkConvI()
258 long[] results = new long[6]; in convL() local
267 static void checkConvL(long[] results) { in checkConvL()
278 float[] results = new float[3]; in convF() local
284 static void checkConvF(float[] results) { in checkConvF()
[all …]
DIntMath.java167 int[] results = new int[10]; in intOperTest() local
185 static void intOperCheck(int[] results) { in intOperCheck()
213 int[] results = new int[8]; in lit16Test() local
226 static void lit16Check(int[] results) { in lit16Check()
243 int[] results = new int[8]; in lit8Test() local
256 static void lit8Check(int[] results) { in lit8Check()
356 int results[] = new int[4]; in intShiftTest() local
365 static void intShiftCheck(int[] results) { in intShiftCheck()
381 long[] results = new long[10]; in longOperTest() local
399 static void longOperCheck(long[] results) { in longOperCheck()
[all …]
/art/test/551-checker-shifter-operand/src/
DMain.java989 long[] results = new long[36]; in $opt$validateShiftLong() local
1034 long[] results = $opt$validateShiftLong(a, b); in $opt$validateShiftLongAsserts() local
1063 assertLongEquals(a ^ $noinline$LongUshr(b, 1), results[24]); in $opt$validateShiftLongAsserts() local
1064 assertLongEquals(a ^ $noinline$LongUshr(b, 6), results[25]); in $opt$validateShiftLongAsserts() local
1065 assertLongEquals(a ^ $noinline$LongUshr(b, 7), results[26]); in $opt$validateShiftLongAsserts() local
1066 assertLongEquals(a ^ $noinline$LongUshr(b, 8), results[27]); in $opt$validateShiftLongAsserts() local
1067 assertLongEquals(a ^ $noinline$LongUshr(b, 14), results[28]); in $opt$validateShiftLongAsserts() local
1068 assertLongEquals(a ^ $noinline$LongUshr(b, 15), results[29]); in $opt$validateShiftLongAsserts() local
1069 assertLongEquals(a ^ $noinline$LongUshr(b, 16), results[30]); in $opt$validateShiftLongAsserts() local
1070 assertLongEquals(a ^ $noinline$LongUshr(b, 30), results[31]); in $opt$validateShiftLongAsserts() local
[all …]
/art/test/626-const-class-linking/src/
DMain.java124 final Object[] results = new Object[threads.length]; in testRacyLoader() local
158 final Object[] results = new Object[threads.length]; in testRacyLoader2() local
195 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader() local
230 final Object[] results = new Object[threads.length]; in testRacyMisbehavingLoader2() local
261 private static void dumpResultStats(Object[] results, int expected_unique) throws Exception { in dumpResultStats()
/art/test/107-int-math2/src/
DMain.java338 int[] results = new int[10]; in intOperTest() local
382 int[] results = new int[10]; in lit16Test() local
415 int[] results = new int[9]; in lit8Test() local
447 int results[] = new int[4]; in intShiftTest() local
464 long[] results = new long[10]; in longOperTest() local
502 long results[] = new long[4]; in longShiftTest() local
/art/test/522-checker-regression-monitor-exit/src/
DMain.java69 List<Future<Integer>> results = pool.invokeAll(queries); in main() local
/art/compiler/utils/
Dassembler_thumb_test.cc95 void DumpAndCheck(std::vector<uint8_t>& code, const char* testname, const char* const* results) { in DumpAndCheck()
181 const char* const* results) { in EmitAndCheck()
193 std::map<std::string, const char* const*>::iterator results = test_results.find(testname); in EmitAndCheck() local
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java82 List<Future<Integer>> results = executorService.invokeAll(tasks); in runTasks() local
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc141 static const Result results[] = { in TEST_F() local
/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java431 private static void testDotProd(byte[] b1, byte[] b2, int[] results) { in testDotProd()
DTestCharShort.java478 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) { in testDotProd()
/art/openjdkjvmti/
Dti_thread.cc1029 jvmtiError* results) { in SuspendThreadList()
1063 jvmtiError* results) { in ResumeThreadList()
DOpenjdkJvmTi.cc167 jvmtiError* results) { in SuspendThreadList()
182 jvmtiError* results) { in ResumeThreadList()
/art/dex2oat/driver/
Dcompiler_driver.cc494 const VerificationResults* results = driver->GetCompilerOptions().GetVerificationResults(); in CompileMethodDex2Dex() local
572 const VerificationResults* results = driver->GetCompilerOptions().GetVerificationResults(); in CompileMethodQuick() local
/art/dex2oat/linker/
Doat_writer.cc974 const VerificationResults* results = writer_->compiler_options_.GetVerificationResults(); in EndClass() local
/art/test/083-compiler-regressions/src/
DMain.java9759 int[] results = new int[] { in testIfCcz() local