Lines Matching full:jump
5 #include "src/wasm/jump-table-assembler.h"
54 // cores. It's ok if they temporarily jump to the old target.
139 Jump(lazy_compile_target, RelocInfo::NO_INFO); // 1 instr
153 Jump(target, RelocInfo::NO_INFO);
192 // coherence. It's ok if other cores temporarily jump to the old target.
208 // Jump to {lazy_compile_target}. 6 bytes or 12 bytes
255 // Jump produces max. 4 instructions for 32-bit platform
257 Jump(lazy_compile_target, RelocInfo::NO_INFO);
291 // Jump produces max 4 instructions.
292 Jump(lazy_compile_target, RelocInfo::NO_INFO);
321 // Jump to {lazy_compile_target}. max 5 instrs
376 // Jump produces max. 8 instructions (include constant pool and j)
377 Jump(lazy_compile_target, RelocInfo::NO_INFO);
393 Jump(rd);