• Home
  • Raw
  • Download

Lines Matching refs:reg_count

1697                                                  size_t reg_count) {  in ProcessCallArguments()  argument
1700 DCHECK_GE(reg_count, 1); in ProcessCallArguments()
1702 int arg_count = static_cast<int>(reg_count) - 1; in ProcessCallArguments()
1768 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in BuildCallVarArgs() local
1772 ? static_cast<int>(reg_count) in BuildCallVarArgs()
1773 : static_cast<int>(reg_count) - 1; in BuildCallVarArgs()
1866 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallWithSpread() local
1868 int arg_count = static_cast<int>(reg_count) - 1; in VisitCallWithSpread()
1876 static_cast<int>(reg_count + 1), frequency, feedback); in VisitCallWithSpread()
1897 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallJSRuntime() local
1898 int arg_count = static_cast<int>(reg_count); in VisitCallJSRuntime()
1909 size_t reg_count) { in ProcessCallRuntimeArguments() argument
1910 int arg_count = static_cast<int>(reg_count); in ProcessCallRuntimeArguments()
1915 for (int i = 0; i < static_cast<int>(reg_count); ++i) { in ProcessCallRuntimeArguments()
1927 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallRuntime() local
1930 const Operator* call = javascript()->CallRuntime(function_id, reg_count); in VisitCallRuntime()
1931 Node* value = ProcessCallRuntimeArguments(call, receiver, reg_count); in VisitCallRuntime()
1946 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitCallRuntimeForPair() local
1951 const Operator* call = javascript()->CallRuntime(functionId, reg_count); in VisitCallRuntimeForPair()
1952 Node* return_pair = ProcessCallRuntimeArguments(call, receiver, reg_count); in VisitCallRuntimeForPair()
1983 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitConstruct() local
1992 static_cast<uint32_t>(reg_count + 2), frequency, feedback); in VisitConstruct()
1993 int arg_count = static_cast<int>(reg_count); in VisitConstruct()
2014 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitConstructWithSpread() local
2023 static_cast<uint32_t>(reg_count + 2), frequency, feedback); in VisitConstructWithSpread()
2024 int arg_count = static_cast<int>(reg_count); in VisitConstructWithSpread()
2045 size_t reg_count = bytecode_iterator().GetRegisterCountOperand(2); in VisitInvokeIntrinsic() local
2049 const Operator* call = javascript()->CallRuntime(functionId, reg_count); in VisitInvokeIntrinsic()
2050 Node* value = ProcessCallRuntimeArguments(call, receiver, reg_count); in VisitInvokeIntrinsic()