Searched refs:IsJumpConstantWide (Results 1 – 5 of 5) sorted by relevance
216 bool Bytecodes::IsJumpConstantWide(Bytecode bytecode) { in IsJumpConstantWide() function in v8::internal::interpreter::Bytecodes225 IsJumpConstantWide(bytecode); in IsJump()
112 interpreter::Bytecodes::IsJumpConstantWide(bytecode)) { in GetJumpTargetOffset()
394 static bool IsJumpConstantWide(Bytecode bytecode);
850 DCHECK(Bytecodes::IsJumpConstantWide(Bytecodes::FromByte(*jump_location))); in PatchIndirectJumpWith16BitOperand()
15018 if (interpreter::Bytecodes::IsJumpConstantWide(bytecode)) { in Disassemble()