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

  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 35 static const ArrayRef<const uint8_t> kUnpatchedPcRelativeCode;
57 const ArrayRef<const uint8_t> Mips64RelativePatcherTest::kUnpatchedPcRelativeCode(
62 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 33 static const ArrayRef<const uint8_t> kUnpatchedPcRelativeCode;
55 const ArrayRef<const uint8_t> Mips32r6RelativePatcherTest::kUnpatchedPcRelativeCode(
60 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
relative_patcher_mips_test.cc 34 static const ArrayRef<const uint8_t> kUnpatchedPcRelativeCode;
58 const ArrayRef<const uint8_t> MipsRelativePatcherTest::kUnpatchedPcRelativeCode(
63 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 39 static const ArrayRef<const uint8_t> kUnpatchedPcRelativeCode;
291 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kUnpatchedPcRelativeCode(
319 AddCompiledMethod(MethodRef(1u), kUnpatchedPcRelativeCode, ArrayRef<const LinkerPatch>(patches));
    [all...]

Completed in 303 milliseconds