Lines Matching refs:bytecode_

33       bytecode_(bytecode),  in InterpreterAssembler()
73 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in ~InterpreterAssembler()
80 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer()
89 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset()
128 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTableRawPointer()
142 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
148 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
262 Bytecodes::GetOperandType(bytecode_, operand_index)); in LoadRegisterPairAtOperandIndex()
273 Bytecodes::GetOperandType(bytecode_, operand_index))); in GetRegisterListAtOperandIndex()
275 Bytecodes::GetOperandType(bytecode_, operand_index + 1)); in GetRegisterListAtOperandIndex()
326 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterPairAtOperandIndex()
337 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterTripleAtOperandIndex()
354 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset()
359 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedByte()
361 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedByte()
369 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedByte()
371 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedByte()
432 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedShort()
435 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedShort()
437 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort()
450 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedShort()
453 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedShort()
455 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort()
468 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedQuad()
470 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedQuad()
472 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad()
485 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedQuad()
487 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedQuad()
489 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
504 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeSignedOperand()
522 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeUnsignedOperand()
538 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandCount()
540 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandCount()
546 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandFlag()
548 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandFlag()
555 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandUImm()
557 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandUImm()
571 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandImm()
573 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandImm()
587 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandIdxInt32()
589 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIdxInt32()
604 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandConstantPoolIdx()
606 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandConstantPoolIdx()
614 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeOperandReg()
616 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandReg()
623 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandRuntimeId()
625 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandRuntimeId()
633 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandNativeContextIndex()
635 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandNativeContextIndex()
642 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandIntrinsicId()
644 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIntrinsicId()
678 if (!Bytecodes::MakesCallAlongCriticalPath(bytecode_)) { in CallPrologue()
833 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()
834 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
835 bytecode_ == Bytecode::kInvokeIntrinsic); in CallJSAndDispatch()
836 DCHECK_EQ(Bytecodes::GetReceiverMode(bytecode_), receiver_mode); in CallJSAndDispatch()
864 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()
865 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
866 bytecode_ == Bytecode::kInvokeIntrinsic); in CallJSAndDispatch()
867 DCHECK_EQ(Bytecodes::GetReceiverMode(bytecode_), receiver_mode); in CallJSAndDispatch()
902 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSWithSpreadAndDispatch()
903 DCHECK_EQ(Bytecodes::GetReceiverMode(bytecode_), ConvertReceiverMode::kAny); in CallJSWithSpreadAndDispatch()
924 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in Construct()
1107 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in ConstructWithSpread()
1222 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallRuntimeN()
1223 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
1307 DCHECK(!Bytecodes::IsStarLookahead(bytecode_, operand_scale_)); in Jump()
1367 Bytecode previous_bytecode = bytecode_; in InlineStar()
1370 bytecode_ = Bytecode::kStar; in InlineStar()
1379 DCHECK_EQ(accumulator_use_, Bytecodes::GetAccumulatorUse(bytecode_)); in InlineStar()
1382 bytecode_ = previous_bytecode; in InlineStar()
1388 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in Dispatch()
1392 if (Bytecodes::IsStarLookahead(bytecode_, operand_scale_)) { in Dispatch()
1441 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in DispatchWide()
1548 static_cast<int>(bytecode_) * (static_cast<int>(Bytecode::kLast) + 1)); in TraceBytecodeDispatch()
1719 return Bytecodes::Size(bytecode_, operand_scale_); in CurrentBytecodeSize()