HomeSort by relevance Sort by last modified time
    Searched refs:missing_method_index (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 402 constexpr uint32_t missing_method_index = 1024u; local
408 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, missing_method_index),
418 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 582 constexpr uint32_t missing_method_index = 1024u; local
588 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index),
600 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
    [all...]

Completed in 638 milliseconds