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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc36 static const uint8_t kNopRawCode[]; member in class:art::linker::Thumb2RelativePatcherTest
280 const uint8_t Thumb2RelativePatcherTest::kNopRawCode[] = { member in class:art::linker::Thumb2RelativePatcherTest
284 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kNopCode(kNopRawCode);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc37 static const uint8_t kNopRawCode[]; member in class:art::linker::Arm64RelativePatcherTest
517 const uint8_t Arm64RelativePatcherTest::kNopRawCode[] = { member in class:art::linker::Arm64RelativePatcherTest
521 const ArrayRef<const uint8_t> Arm64RelativePatcherTest::kNopCode(kNopRawCode);

Completed in 36 milliseconds