Searched refs:Create2MethodsWithGap (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, function in class:art::linker::Thumb2RelativePatcherTest
414 bool thunk_in_gap = Create2MethodsWithGap(kNopCode,
444 bool thunk_in_gap = Create2MethodsWithGap(method1_code,
466 bool thunk_in_gap = Create2MethodsWithGap(kNopCode,
488 bool thunk_in_gap = Create2MethodsWithGap(method1_code,
522 bool thunk_in_gap = Create2MethodsWithGap(kNopCode,
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc106 uint32_t Create2MethodsWithGap(const ArrayRef<const uint8_t>& method1_code, function in class:art::linker::Arm64RelativePatcherTest
595 uint32_t last_method_idx = Create2MethodsWithGap(
622 uint32_t expected_last_method_idx = 65; // Based on 2MiB chunks in Create2MethodsWithGap().
628 uint32_t last_method_idx = Create2MethodsWithGap(method1_code,
654 uint32_t last_method_idx = Create2MethodsWithGap(kNopCode,
674 uint32_t expected_last_method_idx = 65; // Based on 2MiB chunks in Create2MethodsWithGap().
680 uint32_t last_method_idx = Create2MethodsWithGap(
714 uint32_t last_method_idx = Create2MethodsWithGap(

Completed in 220 milliseconds