Searched refs:kNopCode (Results 1 – 2 of 2) sorted by relevance
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 32 static const ArrayRef<const uint8_t> kNopCode; member in art::linker::Arm64RelativePatcherTest 140 result.insert(result.end(), kNopCode.begin(), kNopCode.end()); in GenNopsAndBl() 154 result.insert(result.end(), kNopCode.begin(), kNopCode.end()); in GenNopsAndAdrpLdr() 321 const ArrayRef<const uint8_t> Arm64RelativePatcherTest::kNopCode(kNopRawCode); 400 kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F() 423 uint32_t last_method_idx = Create2MethodsWithGap(kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F() 448 method1_code, method1_patches, kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F() 477 kNopCode, ArrayRef<const LinkerPatch>(), last_method_code, last_method_patches, in TEST_F()
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 31 static const ArrayRef<const uint8_t> kNopCode; member in art::linker::Thumb2RelativePatcherTest 178 const ArrayRef<const uint8_t> Thumb2RelativePatcherTest::kNopCode(kNopRawCode); 246 kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F() 265 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F() 286 kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F() 314 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F()
|