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

  /art/compiler/
elf_writer_quick.cc 124 auto* to_patch = reinterpret_cast<UnalignedAddress*>(buffer->data() + location); local
127 *to_patch = (base_address + *to_patch);
130 *to_patch = (base_address + *to_patch) - (buffer_address + location);
133 *to_patch = (base_address + *to_patch) - buffer_address;
  /external/v8/src/ic/arm64/
ic-arm64.cc 1007 Instruction* to_patch = info.SmiCheck(); local
    [all...]

Completed in 219 milliseconds