Home
last modified time | relevance | path

Searched refs:disassembly (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc53 std::string disassembly; in DumpAndCheck() local
54 ASSERT_TRUE(Disassemble(obj_file, &disassembly)); in DumpAndCheck()
59 disassembly = std::regex_replace(disassembly, annotation_re, ""); in DumpAndCheck()
66 EXPECT_EQ(expected2, disassembly); in DumpAndCheck()
67 if (expected2 != disassembly) { in DumpAndCheck()
68 std::string out = " \"" + Replace(disassembly, "\n", "\\n\"\n \"") + "\""; in DumpAndCheck()
/art/test/508-checker-disassembly/
Dinfo.txt1 Check that inlining disassembly in the .cfg works correctly.
DAndroid.bp3 name: "art-run-test-508-checker-disassembly",
/art/tools/checker/
DREADME102 /// CHECK-START-ARM64: int other.TestByte.testDotProdComplex(byte[], byte[]) disassembly (after)
/art/
DTEST_MAPPING693 "name": "art-run-test-508-checker-disassembly"
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali127 ## CHECK-START-ARM64: void Main2.test() disassembly (after)