Home
last modified time | relevance | path

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

/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc56 const ArrayRef<const uint8_t>& last_method_code, in Create2MethodsWithGap() argument
92 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches); in Create2MethodsWithGap()
416 ArrayRef<const uint8_t> last_method_code(last_method_raw_code); in TEST_F() local
417 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
424 last_method_code, last_method_patches, in TEST_F()
469 ArrayRef<const uint8_t> last_method_code(last_method_raw_code); in TEST_F() local
470 ASSERT_EQ(bl_offset_in_last_method + 4u, last_method_code.size()); in TEST_F()
477 kNopCode, ArrayRef<const LinkerPatch>(), last_method_code, last_method_patches, in TEST_F()
486 CompiledCode::AlignCode(last_method_offset + last_method_code.size(), kArm64); in TEST_F()