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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc610 unsigned int jmp_offset_in_instruction = instruction_size == 5 ? 1 : 2; local
613 *(reinterpret_cast<int*>(source + jmp_offset_in_instruction)));
644 jmp_offset_in_instruction); local
645 memcpy(reinterpret_cast<void*>(target + jmp_offset_in_instruction),
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc610 unsigned int jmp_offset_in_instruction = instruction_size == 5 ? 1 : 2; local
613 *(reinterpret_cast<int*>(source + jmp_offset_in_instruction)));
644 jmp_offset_in_instruction); local
645 memcpy(reinterpret_cast<void*>(target + jmp_offset_in_instruction),

Completed in 68 milliseconds