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

  /external/chromium_org/v8/src/ic/arm64/
ic-arm64.cc 1007 Instruction* to_patch = info.SmiCheck(); local
    [all...]
  /art/patchoat/
patchoat.cc 748 byte* to_patch = oat_file_->Begin() + oat_text_sec->sh_offset; local
749 uintptr_t to_patch_end = reinterpret_cast<uintptr_t>(to_patch) + oat_text_sec->sh_size;
753 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches);
    [all...]

Completed in 94 milliseconds