Home
last modified time | relevance | path

Searched refs:method1_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc143 uint32_t Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code, in Create2MethodsWithGap() argument
151 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap()
152 const uint32_t gap_start = method1_offset + method1_code.size(); in Create2MethodsWithGap()
522 ArrayRef<const uint8_t> method1_code(method1_raw_code); in TEST_F() local
523 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size()); in TEST_F()
530 uint32_t last_method_idx = Create2MethodsWithGap(method1_code, in TEST_F()
570 ArrayRef<const uint8_t> method1_code(method1_raw_code); in TEST_F() local
571 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size()); in TEST_F()
579 method1_code, in TEST_F()
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc110 uint32_t Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code, in Create2MethodsWithGap() argument
118 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap()
119 const uint32_t gap_start = method1_offset + method1_code.size(); in Create2MethodsWithGap()
682 ArrayRef<const uint8_t> method1_code(method1_raw_code); in TEST_F() local
683 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size()); in TEST_F()
690 uint32_t last_method_idx = Create2MethodsWithGap(method1_code, in TEST_F()
734 ArrayRef<const uint8_t> method1_code(method1_raw_code); in TEST_F() local
735 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size()); in TEST_F()
743 method1_code, in TEST_F()