Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc175 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()
200 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith16BitOperand()
226 DCHECK(Bytecodes::IsJumpImmediate( in PatchJumpWith32BitOperand()
Dbytecode-array-iterator.cc181 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
Dbytecodes.h470 static CONSTEXPR bool IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function
494 return IsJumpImmediate(bytecode) || IsJumpConstant(bytecode); in IsJump()