Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 14 of 14) sorted by relevance

/art/test/950-redefine-intrinsic/src/
DRedefinedLongIntrinsics.java57 public static long reverse(long i) { in reverse() method in RedefinedLongIntrinsics
DMain.java448 l2l("reverse", Long::reverse, RedefinedLongIntrinsics::reverse),
/art/tools/ahat/src/
DSitePrinter.java32 Collections.reverse(path); in printSite()
/art/test/988-method-trace/src/art/
DTest988Intrinsics.java58 java.lang.Integer.reverse(0); in test()
69 java.lang.Long.reverse(0L); in test()
/art/test/082-inline-execute/src/
DMain.java1310 Integer.reverse(0x12345678);
1311 Assert.assertEquals(Integer.reverse(1), 0x80000000);
1312 Assert.assertEquals(Integer.reverse(-1), 0xffffffff);
1313 Assert.assertEquals(Integer.reverse(0), 0);
1314 Assert.assertEquals(Integer.reverse(0x12345678), 0x1e6a2c48);
1315 Assert.assertEquals(Integer.reverse(0x87654321), 0x84c2a6e1);
1316 Assert.assertEquals(Integer.reverse(Integer.MAX_VALUE), 0xfffffffe);
1317 Assert.assertEquals(Integer.reverse(Integer.MIN_VALUE), 1);
1321 Long.reverse(0x1234567812345678L);
1322 Assert.assertEquals(Long.reverse(1L), 0x8000000000000000L);
[all …]
/art/test/531-regression-debugphi/smali/
DTestCase.smali22 # - iterate over blocks in reverse post order
70 # - iterate over blocks in reverse post order
/art/compiler/optimizing/
Dinstruction_builder.h137 void Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc);
140 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
Dinstruction_builder.cc583 void HInstructionBuilder::Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22s() argument
586 if (reverse) { in Binop_22s()
594 void HInstructionBuilder::Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22b() argument
597 if (reverse) { in Binop_22b()
/art/tools/ahat/src/heapdump/
DAhatInstance.java410 Collections.reverse(path); in getPathFromGcRoot()
/art/runtime/
Doat_file_assistant_test.cc977 std::reverse(target_path.begin(), target_path.end()); in MakePathRelative()
978 std::reverse(cwd_path.begin(), cwd_path.end()); in MakePathRelative()
996 std::reverse(target_path.begin(), target_path.end()); in MakePathRelative()
/art/compiler/utils/
Dintrusive_forward_list_test.cc703 ref.reverse(); in Reverse()
704 ifl.reverse(); in Reverse()
Dintrusive_forward_list.h365 void reverse() { in reverse() function
/art/test/988-method-trace/
Dexpected.txt297 ..=> public static int java.lang.Integer.reverse(int)
298 ..<= public static int java.lang.Integer.reverse(int) -> <class java.lang.Integer: 0>
319 ..=> public static long java.lang.Long.reverse(long)
320 ..<= public static long java.lang.Long.reverse(long) -> <class java.lang.Long: 0>
/art/test/912-classes/
Dexpected.txt26 ….Integer.remainderUnsigned(int,int), public static int java.lang.Integer.reverse(int), public stat…