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

  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 28 static const uint8_t kCallRawCode[];
38 const uint8_t X86RelativePatcherTest::kCallRawCode[] = {
42 const ArrayRef<const uint8_t> X86RelativePatcherTest::kCallCode(kCallRawCode);
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 28 static const uint8_t kCallRawCode[];
42 const uint8_t X86_64RelativePatcherTest::kCallRawCode[] = {
46 const ArrayRef<const uint8_t> X86_64RelativePatcherTest::kCallCode(kCallRawCode);
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 29 static const uint8_t kCallRawCode[];
143 const uint8_t Thumb2RelativePatcherTest::kCallRawCode[] = {
147 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kCallCode(kCallRawCode);
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 33 static const uint8_t kCallRawCode[];
494 const uint8_t Arm64RelativePatcherTest::kCallRawCode[] = {
498 const ArrayRef<const uint8_t> Arm64RelativePatcherTest::kCallCode(kCallRawCode);
    [all...]

Completed in 74 milliseconds