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

  /art/compiler/linker/
linker_patch_test.cc 48 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u),
49 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u),
50 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1000u),
51 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1001u),
109 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u),
110 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u),
111 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1000u),
112 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1001u),
linker_patch.h 96 static LinkerPatch RelativeCodePatch(size_t literal_offset,
  /art/dex2oat/linker/x86/
relative_patcher_x86_test.cc 47 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u),
60 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u),
64 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u),
93 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u),
  /art/dex2oat/linker/x86_64/
relative_patcher_x86_64_test.cc 67 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u),
80 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u),
84 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u),
113 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u),
  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 238 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u,
408 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u),
421 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u),
425 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u),
448 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u),
468 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index),
504 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx),
526 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u),
552 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx),
597 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u)
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 211 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u,
580 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u),
591 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u),
595 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u),
616 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u),
636 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index),
671 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx),
697 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u),
723 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx),
    [all...]

Completed in 444 milliseconds