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

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc661 const int mov_offset_in_instruction = 3; // 0x48 0x8b 0x0d <offset> local
664 *(reinterpret_cast<int*>(source + mov_offset_in_instruction)));
676 mov_offset_in_instruction); local
677 memcpy(reinterpret_cast<void*>(target + mov_offset_in_instruction),
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc661 const int mov_offset_in_instruction = 3; // 0x48 0x8b 0x0d <offset> local
664 *(reinterpret_cast<int*>(source + mov_offset_in_instruction)));
676 mov_offset_in_instruction); local
677 memcpy(reinterpret_cast<void*>(target + mov_offset_in_instruction),

Completed in 94 milliseconds