Lines Matching refs:OperandSize
360 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize( in BytecodeOperandUnsignedByte()
370 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize( in BytecodeOperandSignedByte()
434 OperandSize::kShort, in BytecodeOperandUnsignedShort()
452 OperandSize::kShort, in BytecodeOperandSignedShort()
469 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize( in BytecodeOperandUnsignedQuad()
486 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize( in BytecodeOperandSignedQuad()
501 int operand_index, OperandSize operand_size, in BytecodeSignedOperand()
506 case OperandSize::kByte: in BytecodeSignedOperand()
508 case OperandSize::kShort: in BytecodeSignedOperand()
510 case OperandSize::kQuad: in BytecodeSignedOperand()
512 case OperandSize::kNone: in BytecodeSignedOperand()
519 int operand_index, OperandSize operand_size, in BytecodeUnsignedOperand()
524 case OperandSize::kByte: in BytecodeUnsignedOperand()
526 case OperandSize::kShort: in BytecodeUnsignedOperand()
528 case OperandSize::kQuad: in BytecodeUnsignedOperand()
530 case OperandSize::kNone: in BytecodeUnsignedOperand()
539 OperandSize operand_size = in BytecodeOperandCount()
547 OperandSize operand_size = in BytecodeOperandFlag()
549 DCHECK_EQ(operand_size, OperandSize::kByte); in BytecodeOperandFlag()
556 OperandSize operand_size = in BytecodeOperandUImm()
572 OperandSize operand_size = in BytecodeOperandImm()
588 OperandSize operand_size = in BytecodeOperandIdxInt32()
605 OperandSize operand_size = in BytecodeOperandConstantPoolIdx()
615 OperandSize operand_size = in BytecodeOperandReg()
624 OperandSize operand_size = in BytecodeOperandRuntimeId()
626 DCHECK_EQ(operand_size, OperandSize::kShort); in BytecodeOperandRuntimeId()
634 OperandSize operand_size = in BytecodeOperandNativeContextIndex()
643 OperandSize operand_size = in BytecodeOperandIntrinsicId()
645 DCHECK_EQ(operand_size, OperandSize::kByte); in BytecodeOperandIntrinsicId()