Home
last modified time | relevance | path

Searched refs:kFirstShortStar (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register.h78 DCHECK_GE(bytecode, Bytecode::kFirstShortStar); in TryToShortStar()
H A Dbytecodes.cc97 // Make sure kFirstShortStar and kLastShortStar are set correctly.
99 STATIC_ASSERT(Bytecode::k##Name >= Bytecode::kFirstShortStar && \
H A Dbytecodes.h553 kFirstShortStar = kStar15, member in v8::internal::interpreter::Bytecode
568 static_cast<int>(Bytecode::kFirstShortStar) + 1;
665 return bytecode >= Bytecode::kFirstShortStar &&
H A Dinterpreter.cc94 index = static_cast<int>(Bytecode::kFirstShortStar); in BuiltinIndexFromBytecode()
H A Dinterpreter-assembler.cc304 Bytecode::kFirstShortStar)))); in StoreRegisterForShortStar()
1180 Int32Constant(static_cast<int>(Bytecode::kFirstShortStar)); in StarDispatchLookahead()

Completed in 6 milliseconds