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

  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 13 #define ASM_JMP32REL 0xE9
132 preamble_stub[preamble_bytes] = ASM_JMP32REL;
144 target[0] = ASM_JMP32REL;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_with_stub.cc 42 #define ASM_JMP32REL 0xE9
224 preamble_stub[stub_bytes] = ASM_JMP32REL;
252 target[0] = ASM_JMP32REL;
preamble_patcher.cc 45 #define ASM_JMP32REL 0xE9
90 if (target[0] == ASM_JMP32REL) {
235 // ASM_JMP32REL. For instance, malloc() might be implemented as a
312 // a ASM_JMP32REL instruction, so look for that as a sanity check.
313 if (target[0] != ASM_JMP32REL) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_with_stub.cc 42 #define ASM_JMP32REL 0xE9
224 preamble_stub[stub_bytes] = ASM_JMP32REL;
252 target[0] = ASM_JMP32REL;
preamble_patcher.cc 45 #define ASM_JMP32REL 0xE9
90 if (target[0] == ASM_JMP32REL) {
235 // ASM_JMP32REL. For instance, malloc() might be implemented as a
312 // a ASM_JMP32REL instruction, so look for that as a sanity check.
313 if (target[0] != ASM_JMP32REL) {

Completed in 44 milliseconds