Home
last modified time | relevance | path

Searched defs:expected_code (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/dex2oat/linker/x86/
H A Drelative_patcher_x86_test.cc52 static const uint8_t expected_code[] = { in TEST_F() local
101 static const uint8_t expected_code[] = { in TEST_F() local
132 static const uint8_t expected_code[] = { in TEST_F() local
164 static const uint8_t expected_code[] = { in TEST_F() local
/aosp12/art/dex2oat/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc72 static const uint8_t expected_code[] = { in TEST_F() local
121 static const uint8_t expected_code[] = { in TEST_F() local
145 static const uint8_t expected_code[] = { in TEST_F() local
169 static const uint8_t expected_code[] = { in TEST_F() local
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc250 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
397 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
414 static const uint8_t expected_code[] = { in TEST_F() local
517 auto expected_code = GenNopsAndBl(3u, kBlPlusMax); in TEST_F() local
541 auto expected_code = GenNopsAndBl(2u, kBlMinusMax); in TEST_F() local
586 auto expected_code = in TEST_F() local
735 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide() local
836 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldNarrow() local
1209 const std::vector<uint8_t> expected_code = RawCode({ldr, bne}); in TEST_F() local
1264 const std::vector<uint8_t> expected_code = RawCode({ldr, bne}); in TEST_F() local
[all …]
/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc223 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
586 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0}); in TEST_F() local
659 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local
688 auto expected_code = GenNopsAndBl(1u, kBlPlusMax); in TEST_F() local
712 auto expected_code = GenNopsAndBl(0u, kBlMinusMax); in TEST_F() local
757 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | (diff >> 2)); in TEST_F() local
787 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local
1023 auto expected_code = RawCode({kBlPlus0 | (diff >> 2)}); in TEST_F() local
1076 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr}); in TestBakerField() local
1324 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr(base_reg)}); in TEST_F() local
[all …]
/aosp12/art/dex2oat/linker/
H A Drelative_patcher_test.h216 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
242 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
/aosp12/system/update_engine/cros/
H A Domaha_request_action_unittest.cc371 ErrorCode expected_code; member
H A Dupdate_attempter_unittest.cc1708 ErrorCode expected_code = static_cast<ErrorCode>( in TEST_F() local