HomeSort by relevance Sort by last modified time
    Searched refs:expected_code2 (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/linker/arm/
relative_patcher_thumb2_test.cc 965 const std::vector<uint8_t> expected_code2 = RawCode({kNopWInsn, bne_max_backward, kLdrWInsn}); local
1067 const std::vector<uint8_t> expected_code2 = local
    [all...]
  /art/dex2oat/linker/arm64/
relative_patcher_arm64_test.cc 1166 const std::vector<uint8_t> expected_code2 = RawCode({cbnz_max_backward, kLdrWInsn}); local
1253 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn}); local
    [all...]

Completed in 433 milliseconds