Searched refs:kLastShortStar (Results 1 – 5 of 5) sorted by relevance
79 DCHECK_LE(bytecode, Bytecode::kLastShortStar); in TryToShortStar()
100 Bytecode::k##Name <= Bytecode::kLastShortStar);
554 kLastShortStar = kStar0 enumerator567 static_cast<int>(Bytecode::kLastShortStar) -666 bytecode <= Bytecode::kLastShortStar; in IsShortStar()
95 } else if (bytecode > Bytecode::kLastShortStar) { in BuiltinIndexFromBytecode()
308 opcode, UintPtrConstant(static_cast<int>(Bytecode::kLastShortStar)))); in StoreRegisterForShortStar()1176 STATIC_ASSERT(static_cast<int>(Bytecode::kLastShortStar) + 1 == in StarDispatchLookahead()