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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc139 bool Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code, argument
147 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
154 const uint32_t method1_end = method1_offset + method1_code.size();
437 ArrayRef<const uint8_t> method1_code(method1_raw_code);
438 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size());
444 bool thunk_in_gap = Create2MethodsWithGap(method1_code,
481 ArrayRef<const uint8_t> method1_code(method1_raw_code);
482 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size());
488 bool thunk_in_gap = Create2MethodsWithGap(method1_code,
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc106 uint32_t Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code, argument
114 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches);
115 const uint32_t gap_start = method1_offset + method1_code.size();
620 ArrayRef<const uint8_t> method1_code(method1_raw_code);
621 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size());
628 uint32_t last_method_idx = Create2MethodsWithGap(method1_code,
672 ArrayRef<const uint8_t> method1_code(method1_raw_code);
673 ASSERT_EQ(bl_offset_in_method1 + 4u, method1_code.size());
681 method1_code,

Completed in 84 milliseconds