HomeSort by relevance Sort by last modified time
    Searched refs:method1_expected_code (Results 1 - 4 of 4) sorted by null

  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 72 static const uint8_t method1_expected_code[] = { local
79 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 92 static const uint8_t method1_expected_code[] = { local
99 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 377 static const uint8_t method1_expected_code[] = { local
380 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 560 const std::vector<uint8_t> method1_expected_code = RawCode({kBlPlus0 + (diff_after >> 2)}); local
561 EXPECT_TRUE(CheckLinkedMethod(MethodRef(1u), ArrayRef<const uint8_t>(method1_expected_code)));
    [all...]

Completed in 402 milliseconds