Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc179 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()
207 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith16BitOperand()
235 DCHECK(Bytecodes::IsJumpImmediate( in PatchJumpWith32BitOperand()
Dbytecode-array-accessor.cc180 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
Dbytecodes.h559 static constexpr bool IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function