Searched defs:expected_code (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_test.cc | 52 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 D | relative_patcher_x86_64_test.cc | 72 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 D | relative_patcher_thumb2_test.cc | 250 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 D | relative_patcher_arm64_test.cc | 223 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 D | relative_patcher_test.h | 216 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 D | omaha_request_action_unittest.cc | 371 ErrorCode expected_code; member
|
H A D | update_attempter_unittest.cc | 1708 ErrorCode expected_code = static_cast<ErrorCode>( in TEST_F() local
|