Searched refs:filler_code (Results 1 – 2 of 2) sorted by relevance
1452 std::vector<uint8_t> filler_code = GenNops(filler_size / 4u); in TEST_F() local1454 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()
1348 std::vector<uint8_t> filler_code = GenNops(filler_size / 2u); in TEST_F() local1350 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()