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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 478 static bool IsNearConditionalJump(unsigned char* target,
preamble_patcher_with_stub.cc 153 } else if (IsNearConditionalJump(target + preamble_bytes, cur_bytes) ||
preamble_patcher.cc 350 if (IsNearConditionalJump(preamble_stub + preamble_bytes, cur_bytes) ||
538 bool PreamblePatcher::IsNearConditionalJump(
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 478 static bool IsNearConditionalJump(unsigned char* target,
preamble_patcher_with_stub.cc 153 } else if (IsNearConditionalJump(target + preamble_bytes, cur_bytes) ||
preamble_patcher.cc 350 if (IsNearConditionalJump(preamble_stub + preamble_bytes, cur_bytes) ||
538 bool PreamblePatcher::IsNearConditionalJump(

Completed in 41 milliseconds