Home
last modified time | relevance | path

Searched refs:relative_jump (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter.cc1853 Node* relative_jump = __ BytecodeOperandImm(0); in DoJump() local
1854 __ Jump(relative_jump); in DoJump()
1862 Node* relative_jump = __ LoadAndUntagConstantPoolEntry(index); in DoJumpConstant() local
1863 __ Jump(relative_jump); in DoJumpConstant()
1872 Node* relative_jump = __ BytecodeOperandImm(0); in DoJumpIfTrue() local
1874 __ JumpIfWordEqual(accumulator, true_value, relative_jump); in DoJumpIfTrue()
1884 Node* relative_jump = __ LoadAndUntagConstantPoolEntry(index); in DoJumpIfTrueConstant() local
1886 __ JumpIfWordEqual(accumulator, true_value, relative_jump); in DoJumpIfTrueConstant()
1895 Node* relative_jump = __ BytecodeOperandImm(0); in DoJumpIfFalse() local
1897 __ JumpIfWordEqual(accumulator, false_value, relative_jump); in DoJumpIfFalse()
[all …]