Searched refs:kRequiredStubJumpBytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher_with_stub.cc89 const unsigned int kRequiredStubJumpBytes = 5; local
197 *bytes_needed = stub_bytes + kRequiredStubJumpBytes
203 // kRequiredStubJumpBytes (5) + required_trampoline_bytes (0 or 13)
204 if (stub_bytes + kRequiredStubJumpBytes + required_trampoline_bytes
219 (preamble_stub + stub_bytes + kRequiredStubJumpBytes));
231 unsigned int trampoline_pos = stub_bytes + kRequiredStubJumpBytes;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher_with_stub.cc89 const unsigned int kRequiredStubJumpBytes = 5; local
197 *bytes_needed = stub_bytes + kRequiredStubJumpBytes
203 // kRequiredStubJumpBytes (5) + required_trampoline_bytes (0 or 13)
204 if (stub_bytes + kRequiredStubJumpBytes + required_trampoline_bytes
219 (preamble_stub + stub_bytes + kRequiredStubJumpBytes));
231 unsigned int trampoline_pos = stub_bytes + kRequiredStubJumpBytes;

Completed in 786 milliseconds