Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc463 constexpr uint32_t missing_method_index = 1024u; in TEST_F() local
469 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F()
483 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc631 constexpr uint32_t missing_method_index = 1024u; in TEST_F() local
637 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F()
651 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()