Searched refs:jump_bytecode (Results 1 – 1 of 1) sorted by relevance
321 Bytecode GetJumpWithConstantOperand(Bytecode jump_bytecode) { in GetJumpWithConstantOperand() argument322 switch (jump_bytecode) { in GetJumpWithConstantOperand()352 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith8BitOperand() local353 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith8BitOperand()354 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()355 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm); in PatchJumpWith8BitOperand()372 jump_bytecode = GetJumpWithConstantOperand(jump_bytecode); in PatchJumpWith8BitOperand()373 bytecodes()->at(jump_location) = Bytecodes::ToByte(jump_bytecode); in PatchJumpWith8BitOperand()380 Bytecode jump_bytecode = Bytecodes::FromByte(bytecodes()->at(jump_location)); in PatchJumpWith16BitOperand() local381 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith16BitOperand()[all …]