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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc404 constexpr uint32_t missing_method_index = 1024u; local
410 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, missing_method_index),
420 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc585 constexpr uint32_t missing_method_index = 1024u; local
591 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index),
603 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);

Completed in 33 milliseconds