OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jump_to
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/memory_watcher/
preamble_patcher.cc
173
unsigned char*
jump_to
= target + 5 + relative_offset;
local
174
if (
jump_to
== replacement_function)
176
target =
jump_to
; // follow the jmp
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py
21
self.
jump_to
= -1
62
bc.
jump_to
= label
parser.py
456
if bc.
jump_to
>= 0 and bc.op not in OPS_NO_JUMP:
462
chunk.exits.add(bc.
jump_to
)
469
block_stack.append((bc.op, bc.
jump_to
))
Completed in 27 milliseconds