Lines Matching refs:bytecode_
29 bytecode_(bytecode), in InterpreterAssembler()
68 Bytecodes::GetImplicitRegisterUse(bytecode_)); in ~InterpreterAssembler()
75 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer()
84 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset()
142 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTablePointer()
157 DCHECK(Bytecodes::ReadsAccumulator(bytecode_)); in GetAccumulator()
164 DCHECK(Bytecodes::WritesAccumulator(bytecode_)); in SetAccumulator()
250 Bytecodes::GetOperandType(bytecode_, operand_index)); in LoadRegisterPairAtOperandIndex()
260 Bytecodes::GetOperandType(bytecode_, operand_index))); in GetRegisterListAtOperandIndex()
262 Bytecodes::GetOperandType(bytecode_, operand_index + 1)); in GetRegisterListAtOperandIndex()
298 DCHECK(Bytecodes::IsShortStar(bytecode_)); in StoreRegisterForShortStar()
334 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterPairAtOperandIndex()
345 Bytecodes::GetOperandType(bytecode_, operand_index)); in StoreRegisterTripleAtOperandIndex()
361 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset()
366 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedByte()
368 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedByte()
376 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedByte()
378 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedByte()
438 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedShort()
441 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedShort()
443 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort()
456 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedShort()
459 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedShort()
461 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort()
474 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandUnsignedQuad()
476 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedQuad()
478 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad()
491 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(bytecode_)); in BytecodeOperandSignedQuad()
493 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedQuad()
495 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
509 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeSignedOperand()
525 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeUnsignedOperand()
540 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandCount()
542 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandCount()
548 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandFlag()
550 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandFlag()
557 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandUImm()
559 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandUImm()
574 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandImm()
576 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandImm()
592 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandIdxInt32()
594 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIdxInt32()
616 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandConstantPoolIdx()
618 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandConstantPoolIdx()
625 Bytecodes::GetOperandType(bytecode_, operand_index))); in BytecodeOperandReg()
627 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandReg()
635 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandRuntimeId()
637 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandRuntimeId()
645 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandNativeContextIndex()
647 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandNativeContextIndex()
655 Bytecodes::GetOperandType(bytecode_, operand_index)); in BytecodeOperandIntrinsicId()
657 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIntrinsicId()
692 if (!Bytecodes::MakesCallAlongCriticalPath(bytecode_)) { in CallPrologue()
710 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()
711 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
712 bytecode_ == Bytecode::kInvokeIntrinsic); in CallJSAndDispatch()
713 DCHECK_EQ(Bytecodes::GetReceiverMode(bytecode_), receiver_mode); in CallJSAndDispatch()
739 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSAndDispatch()
740 DCHECK(Bytecodes::IsCallOrConstruct(bytecode_) || in CallJSAndDispatch()
741 bytecode_ == Bytecode::kInvokeIntrinsic); in CallJSAndDispatch()
742 DCHECK_EQ(Bytecodes::GetReceiverMode(bytecode_), receiver_mode); in CallJSAndDispatch()
780 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallJSWithSpreadAndDispatch()
781 DCHECK_EQ(Bytecodes::GetReceiverMode(bytecode_), ConvertReceiverMode::kAny); in CallJSWithSpreadAndDispatch()
804 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in Construct()
851 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in ConstructWithSpread()
971 DCHECK(Bytecodes::MakesCallAlongCriticalPath(bytecode_)); in CallRuntimeN()
972 DCHECK(Bytecodes::IsCallRuntime(bytecode_)); in CallRuntimeN()
1072 DCHECK(!Bytecodes::IsStarLookahead(bytecode_, operand_scale_)); in Jump()
1199 Bytecode previous_bytecode = bytecode_; in InlineShortStar()
1205 bytecode_ = Bytecode::kStar0; in InlineShortStar()
1215 Bytecodes::GetImplicitRegisterUse(bytecode_)); in InlineShortStar()
1218 bytecode_ = previous_bytecode; in InlineShortStar()
1224 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in Dispatch()
1232 if (Bytecodes::IsStarLookahead(bytecode_, operand_scale_)) { in DispatchToBytecodeWithOptionalStarLookahead()
1265 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in DispatchWide()
1379 static_cast<int>(bytecode_) * (static_cast<int>(Bytecode::kLast) + 1)); in TraceBytecodeDispatch()
1550 return Bytecodes::Size(bytecode_, operand_scale_); in CurrentBytecodeSize()