OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASM_JMP32REL
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/tools/memory_watcher/
preamble_patcher_with_stub.cc
14
#define
ASM_JMP32REL
0xE9
55
//
ASM_JMP32REL
. For instance, malloc() might be implemented as a
59
if (target[0] ==
ASM_JMP32REL
) {
126
preamble_stub[preamble_bytes] =
ASM_JMP32REL
;
138
target[0] =
ASM_JMP32REL
;
preamble_patcher.cc
13
#define
ASM_JMP32REL
0xE9
165
if (target[0] !=
ASM_JMP32REL
) {
/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 61 milliseconds