Home
last modified time | relevance | path

Searched refs:kLastShortStar (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-register.h79 DCHECK_LE(bytecode, Bytecode::kLastShortStar); in TryToShortStar()
Dbytecodes.cc100 Bytecode::k##Name <= Bytecode::kLastShortStar);
Dbytecodes.h554 kLastShortStar = kStar0 enumerator
567 static_cast<int>(Bytecode::kLastShortStar) -
666 bytecode <= Bytecode::kLastShortStar; in IsShortStar()
Dinterpreter.cc95 } else if (bytecode > Bytecode::kLastShortStar) { in BuiltinIndexFromBytecode()
Dinterpreter-assembler.cc308 opcode, UintPtrConstant(static_cast<int>(Bytecode::kLastShortStar)))); in StoreRegisterForShortStar()
1176 STATIC_ASSERT(static_cast<int>(Bytecode::kLastShortStar) + 1 == in StarDispatchLookahead()