Lines Matching refs:Bytecode
26 Bytecode bytecode, in InterpreterAssembler()
304 Bytecode::kFirstShortStar)))); in StoreRegisterForShortStar()
308 opcode, UintPtrConstant(static_cast<int>(Bytecode::kLastShortStar)))); in StoreRegisterForShortStar()
314 Register(0).ToOperand() - static_cast<int>(Bytecode::kStar0); in StoreRegisterForShortStar()
317 Register(1).ToOperand() - static_cast<int>(Bytecode::kStar1)); in StoreRegisterForShortStar()
712 bytecode_ == Bytecode::kInvokeIntrinsic); in CallJSAndDispatch()
741 bytecode_ == Bytecode::kInvokeIntrinsic); in CallJSAndDispatch()
1031 CallRuntime(bytecode() == Bytecode::kJumpLoop in UpdateInterruptBudget()
1176 STATIC_ASSERT(static_cast<int>(Bytecode::kLastShortStar) + 1 == in StarDispatchLookahead()
1177 static_cast<int>(Bytecode::kIllegal)); in StarDispatchLookahead()
1178 STATIC_ASSERT(Bytecode::kIllegal == Bytecode::kLast); in StarDispatchLookahead()
1180 Int32Constant(static_cast<int>(Bytecode::kFirstShortStar)); in StarDispatchLookahead()
1199 Bytecode previous_bytecode = bytecode_; in InlineShortStar()
1205 bytecode_ = Bytecode::kStar0; in InlineShortStar()
1379 static_cast<int>(bytecode_) * (static_cast<int>(Bytecode::kLast) + 1)); in TraceBytecodeDispatch()