Lines Matching refs:OperandSize
38 OperandSize size = Bytecodes::GetOperandSize(bytecode, operand_index); in GetOperand()
41 case OperandSize::kNone: in GetOperand()
43 case OperandSize::kByte: in GetOperand()
46 case OperandSize::kShort: in GetOperand()
174 case OperandSize::kNone: in Output()
176 case OperandSize::kByte: in Output()
179 case OperandSize::kShort: { in Output()
832 constant_array_builder()->DiscardReservedEntry(OperandSize::kByte); in PatchIndirectJumpWith8BitOperand()
839 OperandSize::kByte, handle(Smi::FromInt(delta), isolate())); in PatchIndirectJumpWith8BitOperand()
853 OperandSize::kShort, handle(Smi::FromInt(delta), isolate())); in PatchIndirectJumpWith16BitOperand()
870 case OperandSize::kByte: in PatchJump()
873 case OperandSize::kShort: in PatchJump()
876 case OperandSize::kNone: in PatchJump()
925 OperandSize reserved_operand_size = in OutputJump()
928 case OperandSize::kByte: in OutputJump()
931 case OperandSize::kShort: in OutputJump()
934 case OperandSize::kNone: in OutputJump()