Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc270 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()
298 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith16BitOperand()
328 DCHECK(Bytecodes::IsJumpImmediate( in PatchJumpWith32BitOperand()
Dbytecode-array-accessor.cc211 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
Dbytecodes.h596 static constexpr bool IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function