Lines Matching refs:Int32T
269 return ChangeInt32ToIntPtr(Load<Int32T>(base, IntPtrConstant(index))); in LoadAndUntagRegister()
444 TNode<Int32T> shift = Int32Constant(i * kBitsPerByte); in BytecodeOperandReadUnaligned()
507 TNode<Int32T> InterpreterAssembler::BytecodeOperandSignedQuad( in BytecodeOperandSignedQuad()
515 return Load<Int32T>( in BytecodeOperandSignedQuad()
520 return UncheckedCast<Int32T>(BytecodeOperandReadUnaligned( in BytecodeOperandSignedQuad()
525 TNode<Int32T> InterpreterAssembler::BytecodeSignedOperand( in BytecodeSignedOperand()
593 TNode<Int32T> InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm()
746 TNode<Int32T> receiver_count = Int32Constant(1); in CallJSAndDispatch()
815 TNode<Int32T> receiver_count = Int32Constant(1); in CallJSWithSpreadAndDispatch()
1022 void InterpreterAssembler::UpdateInterruptBudget(TNode<Int32T> weight, in UpdateInterruptBudget()
1034 TNode<Int32T> old_budget = LoadObjectField<Int32T>( in UpdateInterruptBudget()
1038 TNode<Int32T> budget_after_bytecode = in UpdateInterruptBudget()
1042 TVARIABLE(Int32T, new_budget); in UpdateInterruptBudget()
1144 TNode<Int32T> star_bytecode = in StarDispatchLookahead()
1269 TNode<Int32T> profiling_weight = in UpdateInterruptBudgetOnReturn()
1383 TNode<Int32T> formal_parameter_count) { in ExportParametersAndRegisterFile()
1457 TNode<Int32T> formal_parameter_count) { in ImportRegisterFile()