Home
last modified time | relevance | path

Searched refs:filler_code (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc1348 std::vector<uint8_t> filler_code = GenNops(filler_size / 2u); in TEST_F() local
1350 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code)); in TEST_F()
1355 filler_code = GenNops(filler_size / 2u); in TEST_F()
1357 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code)); in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1452 std::vector<uint8_t> filler_code = GenNops(filler_size / 4u); in TEST_F() local
1454 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code)); in TEST_F()
1459 filler_code = GenNops(filler_size / 4u); in TEST_F()
1461 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code)); in TEST_F()