Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc484 constexpr uint32_t missing_method_index = 1024u; in TEST_F() local
490 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F()
504 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc645 constexpr uint32_t missing_method_index = 1024u; in TEST_F() local
651 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F()
665 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()