Searched refs:reverse (Results 1 – 10 of 10) sorted by relevance
/art/tools/ahat/src/ |
D | AhatSnapshot.java | 118 path = Lists.reverse(Arrays.asList(frames)); in AhatSnapshot() 202 List<StackFrame> path = Lists.reverse(Arrays.asList(frames)); in getSiteForInstance() 259 List<StackFrame> path = Lists.reverse(Arrays.asList(frames)); in getSite()
|
D | SitePrinter.java | 30 Collections.reverse(path); in printSite()
|
D | ObjectHandler.java | 216 Collections.reverse(path); in printDominatorPath()
|
/art/test/082-inline-execute/src/ |
D | Main.java | 1250 Integer.reverse(0x12345678); 1251 Assert.assertEquals(Integer.reverse(1), 0x80000000); 1252 Assert.assertEquals(Integer.reverse(-1), 0xffffffff); 1253 Assert.assertEquals(Integer.reverse(0), 0); 1254 Assert.assertEquals(Integer.reverse(0x12345678), 0x1e6a2c48); 1255 Assert.assertEquals(Integer.reverse(0x87654321), 0x84c2a6e1); 1256 Assert.assertEquals(Integer.reverse(Integer.MAX_VALUE), 0xfffffffe); 1257 Assert.assertEquals(Integer.reverse(Integer.MIN_VALUE), 1); 1261 Long.reverse(0x1234567812345678L); 1262 Assert.assertEquals(Long.reverse(1L), 0x8000000000000000L); [all …]
|
/art/test/531-regression-debugphi/smali/ |
D | TestCase.smali | 22 # - iterate over blocks in reverse post order 70 # - iterate over blocks in reverse post order
|
/art/compiler/optimizing/ |
D | instruction_builder.h | 128 void Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc); 131 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
|
D | instruction_builder.cc | 560 void HInstructionBuilder::Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22s() argument 563 if (reverse) { in Binop_22s() 571 void HInstructionBuilder::Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22b() argument 574 if (reverse) { in Binop_22b()
|
/art/compiler/utils/ |
D | intrusive_forward_list_test.cc | 498 ref.reverse(); in TEST() 499 ifl.reverse(); in TEST()
|
D | intrusive_forward_list.h | 355 void reverse() { in reverse() function
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 1167 std::reverse(target_path.begin(), target_path.end()); in MakePathRelative() 1168 std::reverse(cwd_path.begin(), cwd_path.end()); in MakePathRelative() 1186 std::reverse(target_path.begin(), target_path.end()); in MakePathRelative()
|