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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc 661 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/
preamble_patcher.cc 661 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 65 milliseconds