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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc1236 std::vector<uint8_t> filler_code = GenNops(filler_size / 2u); local
1238 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code));
1243 filler_code = GenNops(filler_size / 2u);
1245 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code));
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc1314 std::vector<uint8_t> filler_code = GenNops(filler_size / 4u); local
1316 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code));
1321 filler_code = GenNops(filler_size / 4u);
1323 AddCompiledMethod(MethodRef(method_idx), ArrayRef<const uint8_t>(filler_code));

Completed in 261 milliseconds