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

  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 208 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size());
209 if (linked_code == ArrayRef<const uint8_t>(expected_code)) {
213 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); local
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 187 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size());
188 if (linked_code == ArrayRef<const uint8_t>(expected_code)) {
192 DumpDiff(ArrayRef<const uint8_t>(expected_code), linked_code); local
    [all...]

Completed in 161 milliseconds