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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_with_stub.cc 146 unsigned int jump_bytes = 0; local
151 &jump_bytes,
158 preamble_stub + stub_bytes, &jump_bytes,
167 stub_bytes += jump_bytes;
preamble_patcher.cc 348 unsigned int jump_bytes = 0; local
356 &jump_bytes, MAX_PREAMBLE_STUB_SIZE);
363 target_bytes += jump_bytes;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_with_stub.cc 146 unsigned int jump_bytes = 0; local
151 &jump_bytes,
158 preamble_stub + stub_bytes, &jump_bytes,
167 stub_bytes += jump_bytes;
preamble_patcher.cc 348 unsigned int jump_bytes = 0; local
356 &jump_bytes, MAX_PREAMBLE_STUB_SIZE);
363 target_bytes += jump_bytes;

Completed in 77 milliseconds