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

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc824 std::vector<uint8_t> raw_filler1_code = GenNops(filler1_size / 2u); local
825 ArrayRef<const uint8_t> filler1_code(raw_filler1_code);
892 std::vector<uint8_t> raw_filler1_code = GenNops(filler1_size / 2u); local
893 ArrayRef<const uint8_t> filler1_code(raw_filler1_code);
922 std::vector<uint8_t> raw_filler1_code = GenNops(filler1_size / 2u); local
923 ArrayRef<const uint8_t> filler1_code(raw_filler1_code);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc1019 std::vector<uint8_t> raw_filler1_code = GenNops(filler1_size / 4u); local
1020 ArrayRef<const uint8_t> filler1_code(raw_filler1_code);
1080 std::vector<uint8_t> raw_filler1_code = GenNops(filler1_size / 4u); local
1081 ArrayRef<const uint8_t> filler1_code(raw_filler1_code);
1110 std::vector<uint8_t> raw_filler1_code = GenNops(filler1_size / 4u); local
1111 ArrayRef<const uint8_t> filler1_code(raw_filler1_code);

Completed in 54 milliseconds