Searched refs:kMaxInt8 (Results 1 – 5 of 5) sorted by relevance
21 if (i <= kMaxInt8) { in TEST()259 CHECK(Bytecodes::SizeForSignedOperand(kMaxInt8) == OperandSize::kByte); in TEST()261 CHECK(Bytecodes::SizeForSignedOperand(kMaxInt8 + 1) == OperandSize::kShort); in TEST()
626 if (value >= kMinInt8 && value <= kMaxInt8) { in SizeForSignedOperand()898 if (operand >= kMinInt8 && operand <= kMaxInt8) { in SizeOfOperand()
106 const int kMaxInt8 = (1 << 7) - 1; variable
2646 return new(zone) Range(kMinInt8, kMaxInt8); in InferRange()2667 return new(zone) Range(kMinInt8, kMaxInt8); in InferRange()
186 for (int i = 0; i <= kMaxInt8; i++) { in TEST()