Searched refs:cur_bytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher_with_stub.cc142 unsigned int cur_bytes = 0; local
144 disassembler.Disassemble(target + preamble_bytes, cur_bytes);
148 if (IsShortConditionalJump(target + preamble_bytes, cur_bytes)) {
149 jump_ret = PatchShortConditionalJump(target + preamble_bytes, cur_bytes,
153 } else if (IsNearConditionalJump(target + preamble_bytes, cur_bytes) ||
154 IsNearRelativeJump(target + preamble_bytes, cur_bytes) ||
155 IsNearAbsoluteCall(target + preamble_bytes, cur_bytes) ||
156 IsNearRelativeCall(target + preamble_bytes, cur_bytes)) {
157 jump_ret = PatchNearJumpOrCall(target + preamble_bytes, cur_bytes,
173 if (IsMovWithDisplacement(target + preamble_bytes, cur_bytes)) {
[all...]
H A Dpreamble_patcher.cc344 unsigned int cur_bytes = 0; local
346 disassembler.Disassemble(preamble_stub + preamble_bytes, cur_bytes);
350 if (IsNearConditionalJump(preamble_stub + preamble_bytes, cur_bytes) ||
351 IsNearRelativeJump(preamble_stub + preamble_bytes, cur_bytes) ||
352 IsNearAbsoluteCall(preamble_stub + preamble_bytes, cur_bytes) ||
353 IsNearRelativeCall(preamble_stub + preamble_bytes, cur_bytes)) {
355 cur_bytes, target + target_bytes,
365 if (IsMovWithDisplacement(preamble_stub + preamble_bytes, cur_bytes)) {
367 if (PatchMovWithDisplacement(preamble_stub + preamble_bytes, cur_bytes,
378 original_function_stub) + preamble_bytes), cur_bytes);
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher_with_stub.cc142 unsigned int cur_bytes = 0; local
144 disassembler.Disassemble(target + preamble_bytes, cur_bytes);
148 if (IsShortConditionalJump(target + preamble_bytes, cur_bytes)) {
149 jump_ret = PatchShortConditionalJump(target + preamble_bytes, cur_bytes,
153 } else if (IsNearConditionalJump(target + preamble_bytes, cur_bytes) ||
154 IsNearRelativeJump(target + preamble_bytes, cur_bytes) ||
155 IsNearAbsoluteCall(target + preamble_bytes, cur_bytes) ||
156 IsNearRelativeCall(target + preamble_bytes, cur_bytes)) {
157 jump_ret = PatchNearJumpOrCall(target + preamble_bytes, cur_bytes,
173 if (IsMovWithDisplacement(target + preamble_bytes, cur_bytes)) {
[all...]
H A Dpreamble_patcher.cc344 unsigned int cur_bytes = 0; local
346 disassembler.Disassemble(preamble_stub + preamble_bytes, cur_bytes);
350 if (IsNearConditionalJump(preamble_stub + preamble_bytes, cur_bytes) ||
351 IsNearRelativeJump(preamble_stub + preamble_bytes, cur_bytes) ||
352 IsNearAbsoluteCall(preamble_stub + preamble_bytes, cur_bytes) ||
353 IsNearRelativeCall(preamble_stub + preamble_bytes, cur_bytes)) {
355 cur_bytes, target + target_bytes,
365 if (IsMovWithDisplacement(preamble_stub + preamble_bytes, cur_bytes)) {
367 if (PatchMovWithDisplacement(preamble_stub + preamble_bytes, cur_bytes,
378 original_function_stub) + preamble_bytes), cur_bytes);
[all...]

Completed in 885 milliseconds