Searched refs:jump_offset (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/interpreter/
H A Dinterpreter-assembler.h173 // Jump forward relative to the current bytecode by the |jump_offset|.
174 compiler::Node* Jump(compiler::Node* jump_offset);
176 // Jump backward relative to the current bytecode by the |jump_offset|.
177 compiler::Node* JumpBackward(compiler::Node* jump_offset);
179 // Jump forward relative to the current bytecode by |jump_offset| if the
182 compiler::Node* jump_offset);
184 // Jump forward relative to the current bytecode by |jump_offset| if the
187 compiler::Node* jump_offset);
294 // Jump relative to the current bytecode by the |jump_offset|. If |backward|,
297 compiler::Node* Jump(compiler::Node* jump_offset, boo
[all...]
/external/v8/src/mips64/
H A Dassembler-mips64.cc1175 uint64_t Assembler::jump_offset(Label* L) { function in class:v8::internal::Assembler
1518 uint64_t imm = jump_offset(target);
1531 uint64_t imm = jump_offset(target);
H A Dassembler-mips64.h461 uint64_t jump_offset(Label* L);

Completed in 140 milliseconds