Lines Matching refs:bytecode
43 // Returns the register for the bytecode array.
47 // Returns the register for the saved bytecode offset.
56 // bytecode.
68 static constexpr Register FromShortStar(Bytecode bytecode) {
69 DCHECK(Bytecodes::IsShortStar(bytecode));
71 static_cast<int>(bytecode));
76 Bytecode bytecode =
78 DCHECK_GE(bytecode, Bytecode::kFirstShortStar);
79 DCHECK_LE(bytecode, Bytecode::kLastShortStar);
80 return bytecode;